Class: Aws::DataZone::Types::GlueSelfGrantStatusOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The details of the self granting status.

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 a Glue data source.

Returns:



8942
8943
8944
8945
8946
# File 'lib/aws-sdk-datazone/types.rb', line 8942

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