Class: Aws::DataZone::Types::RedshiftSelfGrantStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RedshiftSelfGrantStatusOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details for the self granting status for an Amazon Redshift data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#self_grant_status_details ⇒ Array<Types::SelfGrantStatusDetail>
The details for the self granting status for an Amazon Redshift data source.
Instance Attribute Details
#self_grant_status_details ⇒ Array<Types::SelfGrantStatusDetail>
The details for the self granting status for an Amazon Redshift data source.
12635 12636 12637 12638 12639 |
# File 'lib/aws-sdk-datazone/types.rb', line 12635 class RedshiftSelfGrantStatusOutput < Struct.new( :self_grant_status_details) SENSITIVE = [] include Aws::Structure end |