Class: Aws::DataZone::Types::SelfGrantStatusDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SelfGrantStatusDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details for the self granting status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
The name of the database used for the data source.
-
#failure_cause ⇒ String
The reason for why the operation failed.
-
#schema_name ⇒ String
The name of the schema used in the data source.
-
#status ⇒ String
The self granting status of the data source.
Instance Attribute Details
#database_name ⇒ String
The name of the database used for the data source.
14016 14017 14018 14019 14020 14021 14022 14023 |
# File 'lib/aws-sdk-datazone/types.rb', line 14016 class SelfGrantStatusDetail < Struct.new( :database_name, :failure_cause, :schema_name, :status) SENSITIVE = [] include Aws::Structure end |
#failure_cause ⇒ String
The reason for why the operation failed.
14016 14017 14018 14019 14020 14021 14022 14023 |
# File 'lib/aws-sdk-datazone/types.rb', line 14016 class SelfGrantStatusDetail < Struct.new( :database_name, :failure_cause, :schema_name, :status) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
The name of the schema used in the data source.
14016 14017 14018 14019 14020 14021 14022 14023 |
# File 'lib/aws-sdk-datazone/types.rb', line 14016 class SelfGrantStatusDetail < Struct.new( :database_name, :failure_cause, :schema_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The self granting status of the data source.
14016 14017 14018 14019 14020 14021 14022 14023 |
# File 'lib/aws-sdk-datazone/types.rb', line 14016 class SelfGrantStatusDetail < Struct.new( :database_name, :failure_cause, :schema_name, :status) SENSITIVE = [] include Aws::Structure end |