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.
      18199 18200 18201 18202 18203 18204 18205 18206  | 
    
      # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18199 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.
      18199 18200 18201 18202 18203 18204 18205 18206  | 
    
      # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18199 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.
      18199 18200 18201 18202 18203 18204 18205 18206  | 
    
      # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18199 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.
      18199 18200 18201 18202 18203 18204 18205 18206  | 
    
      # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18199 class SelfGrantStatusDetail < Struct.new( :database_name, :failure_cause, :schema_name, :status) SENSITIVE = [] include Aws::Structure end  |