Class: Aws::S3Tables::Types::CreateNamespaceResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::S3Tables::Types::CreateNamespaceResponse
 
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #namespace  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the namespace. 
- 
  
    
      #table_bucket_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the table bucket the namespace was created in. 
Instance Attribute Details
#namespace ⇒ Array<String>
The name of the namespace.
| 83 84 85 86 87 88 | # File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 83 class CreateNamespaceResponse < Struct.new( :table_bucket_arn, :namespace) SENSITIVE = [] include Aws::Structure end | 
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket the namespace was created in.
| 83 84 85 86 87 88 | # File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 83 class CreateNamespaceResponse < Struct.new( :table_bucket_arn, :namespace) SENSITIVE = [] include Aws::Structure end |