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

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

Instance Attribute Details

#self_grant_status_detailsArray<Types::SelfGrantStatusDetail>

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

Returns:



9195
9196
9197
9198
9199
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9195

class RedshiftSelfGrantStatusOutput < Struct.new(
  :self_grant_status_details)
  SENSITIVE = []
  include Aws::Structure
end