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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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:



8636
8637
8638
8639
8640
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8636

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