Class: Aws::RolesAnywhere::Types::InstanceProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::InstanceProperty
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
A key-value pair you set that identifies a property of the authenticating instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed ⇒ Boolean
Indicates whether the temporary credential request was successful.
-
#properties ⇒ Hash<String,String>
A list of instanceProperty objects.
-
#seen_at ⇒ Time
The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
Instance Attribute Details
#failed ⇒ Boolean
Indicates whether the temporary credential request was successful.
340 341 342 343 344 345 346 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 340 class InstanceProperty < Struct.new( :failed, :properties, :seen_at) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Hash<String,String>
A list of instanceProperty objects.
340 341 342 343 344 345 346 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 340 class InstanceProperty < Struct.new( :failed, :properties, :seen_at) SENSITIVE = [] include Aws::Structure end |
#seen_at ⇒ Time
The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
340 341 342 343 344 345 346 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 340 class InstanceProperty < Struct.new( :failed, :properties, :seen_at) SENSITIVE = [] include Aws::Structure end |