Class: Aws::DataZone::Types::RedshiftCredentialConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RedshiftCredentialConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details of the credentials required to access an Amazon Redshift cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#secret_manager_arn ⇒ String
The ARN of a secret manager for an Amazon Redshift cluster.
Instance Attribute Details
#secret_manager_arn ⇒ String
The ARN of a secret manager for an Amazon Redshift cluster.
12541 12542 12543 12544 12545 |
# File 'lib/aws-sdk-datazone/types.rb', line 12541 class RedshiftCredentialConfiguration < Struct.new( :secret_manager_arn) SENSITIVE = [] include Aws::Structure end |