| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.RolesAnywhere.Types.InstanceProperty
Description
Documentation
data InstanceProperty Source #
A key-value pair you set that identifies a property of the authenticating instance.
See: newInstanceProperty smart constructor.
Constructors
| InstanceProperty' | |
Fields
| |
Instances
newInstanceProperty :: InstanceProperty Source #
Create a value of InstanceProperty with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:failed:InstanceProperty', instanceProperty_failed - Indicates whether the
CreateSession
operation was successful.
$sel:properties:InstanceProperty', instanceProperty_properties - A list of instanceProperty objects.
$sel:seenAt:InstanceProperty', instanceProperty_seenAt - The ISO-8601 time stamp of when the certificate was last used in a
CreateSession
operation.
instanceProperty_failed :: Lens' InstanceProperty (Maybe Bool) Source #
Indicates whether the CreateSession operation was successful.
instanceProperty_properties :: Lens' InstanceProperty (Maybe (HashMap Text Text)) Source #
A list of instanceProperty objects.
instanceProperty_seenAt :: Lens' InstanceProperty (Maybe UTCTime) Source #
The ISO-8601 time stamp of when the certificate was last used in a CreateSession operation.