Class: Aws::RolesAnywhere::Types::InstanceProperty

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rolesanywhere/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

Instance Attribute Details

#failedBoolean

Indicates whether the temporary credential request was successful.

Returns:

  • (Boolean)


341
342
343
344
345
346
347
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 341

class InstanceProperty < Struct.new(
  :seen_at,
  :properties,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesHash<String,String>

A list of instanceProperty objects.

Returns:

  • (Hash<String,String>)


341
342
343
344
345
346
347
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 341

class InstanceProperty < Struct.new(
  :seen_at,
  :properties,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end

#seen_atTime

The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.

Returns:

  • (Time)


341
342
343
344
345
346
347
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 341

class InstanceProperty < Struct.new(
  :seen_at,
  :properties,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end