Class: Aws::RedshiftServerless::Types::GetIdentityCenterAuthTokenRequest

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

#workgroup_namesArray<String>

A list of workgroup names for which to generate the Identity Center authentication token.

Constraints:

  • Must contain between 1 and 20 workgroup names.

  • Each workgroup name must be a valid Amazon Redshift Serverless workgroup identifier.

  • All specified workgroups must have Identity Center integration enabled.

Returns:

  • (Array<String>)


1277
1278
1279
1280
1281
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1277

class GetIdentityCenterAuthTokenRequest < Struct.new(
  :workgroup_names)
  SENSITIVE = []
  include Aws::Structure
end