Class: Aws::Redshift::Types::AuthorizedTokenIssuer

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

Overview

The authorized token issuer for the Amazon Redshift IAM Identity Center application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_audiences_listArray<String>

The list of audiences for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.

Returns:

  • (Array<String>)


432
433
434
435
436
437
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 432

class AuthorizedTokenIssuer < Struct.new(
  :trusted_token_issuer_arn,
  :authorized_audiences_list)
  SENSITIVE = []
  include Aws::Structure
end

#trusted_token_issuer_arnString

The ARN for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.

Returns:

  • (String)


432
433
434
435
436
437
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 432

class AuthorizedTokenIssuer < Struct.new(
  :trusted_token_issuer_arn,
  :authorized_audiences_list)
  SENSITIVE = []
  include Aws::Structure
end