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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#failedBoolean

Indicates whether the temporary credential request was successful.

Returns:

  • (Boolean)


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

#propertiesHash<String,String>

A list of instanceProperty objects.

Returns:

  • (Hash<String,String>)


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_atTime

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

Returns:

  • (Time)


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