Class: Aws::DataZone::Types::RedshiftSelfGrantStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RedshiftSelfGrantStatusOutput
- Defined in:
- gems/aws-sdk-datazone/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.
15401 15402 15403 15404 15405 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15401 class RedshiftSelfGrantStatusOutput < Struct.new( :self_grant_status_details) SENSITIVE = [] include Aws::Structure end |