Class: Aws::Redshift::Types::AuthorizedTokenIssuer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::AuthorizedTokenIssuer
- Includes:
- Structure
- Defined in:
- 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
-
#authorized_audiences_list ⇒ Array<String>
The list of audiences for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
-
#trusted_token_issuer_arn ⇒ String
The ARN for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
Instance Attribute Details
#authorized_audiences_list ⇒ Array<String>
The list of audiences for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
432 433 434 435 436 437 |
# File '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_arn ⇒ String
The ARN for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
432 433 434 435 436 437 |
# File 'lib/aws-sdk-redshift/types.rb', line 432 class AuthorizedTokenIssuer < Struct.new( :trusted_token_issuer_arn, :authorized_audiences_list) SENSITIVE = [] include Aws::Structure end |