Class: Aws::LakeFormation::Types::AssumeDecoratedRoleWithSAMLResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_idString

The access key ID for the temporary credentials. (The access key consists of an access key ID and a secret key).

Returns:

  • (String)


176
177
178
179
180
181
182
183
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 176

class AssumeDecoratedRoleWithSAMLResponse < Struct.new(
  :access_key_id,
  :secret_access_key,
  :session_token,
  :expiration)
  SENSITIVE = []
  include Aws::Structure
end

#expirationTime

The date and time when the temporary credentials expire.

Returns:

  • (Time)


176
177
178
179
180
181
182
183
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 176

class AssumeDecoratedRoleWithSAMLResponse < Struct.new(
  :access_key_id,
  :secret_access_key,
  :session_token,
  :expiration)
  SENSITIVE = []
  include Aws::Structure
end

#secret_access_keyString

The secret key for the temporary credentials. (The access key consists of an access key ID and a secret key).

Returns:

  • (String)


176
177
178
179
180
181
182
183
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 176

class AssumeDecoratedRoleWithSAMLResponse < Struct.new(
  :access_key_id,
  :secret_access_key,
  :session_token,
  :expiration)
  SENSITIVE = []
  include Aws::Structure
end

#session_tokenString

The session token for the temporary credentials.

Returns:

  • (String)


176
177
178
179
180
181
182
183
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 176

class AssumeDecoratedRoleWithSAMLResponse < Struct.new(
  :access_key_id,
  :secret_access_key,
  :session_token,
  :expiration)
  SENSITIVE = []
  include Aws::Structure
end