Class: Aws::RedshiftServerless::Types::GetIdentityCenterAuthTokenResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expiration_timeTime

The date and time when the Identity Center authentication token expires.

After this time, a new token must be requested for continued access.

Returns:

  • (Time)


1300
1301
1302
1303
1304
1305
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1300

class GetIdentityCenterAuthTokenResponse < Struct.new(
  :expiration_time,
  :token)
  SENSITIVE = []
  include Aws::Structure
end

#tokenString

The Identity Center authentication token that can be used to access data in the specified workgroups.

This token contains the Identity Center identity information and is encrypted for secure transmission.

Returns:

  • (String)


1300
1301
1302
1303
1304
1305
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1300

class GetIdentityCenterAuthTokenResponse < Struct.new(
  :expiration_time,
  :token)
  SENSITIVE = []
  include Aws::Structure
end