Class: Aws::DataZone::Types::SelfGrantStatusDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SelfGrantStatusDetail
- Defined in:
- gems/aws-sdk-datazone/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.
16878 16879 16880 16881 16882 16883 16884 16885 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16878 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.
16878 16879 16880 16881 16882 16883 16884 16885 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16878 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.
16878 16879 16880 16881 16882 16883 16884 16885 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16878 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.
16878 16879 16880 16881 16882 16883 16884 16885 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16878 class SelfGrantStatusDetail < Struct.new( :database_name, :failure_cause, :schema_name, :status) SENSITIVE = [] include Aws::Structure end |