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)


334
335
336
337
338
339
340
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 334

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

#propertiesHash<String,String>

A list of instanceProperty objects.

Returns:

  • (Hash<String,String>)


334
335
336
337
338
339
340
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 334

class InstanceProperty < Struct.new(
  :failed,
  :properties,
  :seen_at)
  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)


334
335
336
337
338
339
340
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 334

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