Class: Aws::QuickSight::Types::DescribeNamespaceResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::DescribeNamespaceResponse
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #namespace  ⇒ Types::NamespaceInfoV2 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The information about the namespace that you're describing. 
- 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services request ID for this operation. 
- 
  
    
      #status  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The HTTP status of the request. 
Instance Attribute Details
#namespace ⇒ Types::NamespaceInfoV2
The information about the namespace that you're describing. The
response includes the namespace ARN, name, Amazon Web Services
Region, creation status, and identity store. DescribeNamespace
also works for namespaces that are in the process of being created.
For incomplete namespaces, this API operation lists the namespace
error types and messages associated with the creation process.
| 15173 15174 15175 15176 15177 15178 15179 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15173 class DescribeNamespaceResponse < Struct.new( :namespace, :request_id, :status) SENSITIVE = [] include Aws::Structure end | 
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
| 15173 15174 15175 15176 15177 15178 15179 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15173 class DescribeNamespaceResponse < Struct.new( :namespace, :request_id, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ Integer
The HTTP status of the request.
| 15173 15174 15175 15176 15177 15178 15179 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15173 class DescribeNamespaceResponse < Struct.new( :namespace, :request_id, :status) SENSITIVE = [] include Aws::Structure end |