Class: Aws::DataZone::Types::RedshiftSelfGrantStatusOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#self_grant_status_detailsArray<Types::SelfGrantStatusDetail>

The details for the self granting status for an Amazon Redshift data source.

Returns:



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