Class: Aws::IoT::Types::CreateDimensionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::CreateDimensionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the created dimension.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the dimension.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the created dimension.
      2545 2546 2547 2548 2549 2550  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 2545 class CreateDimensionResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
A unique identifier for the dimension.
      2545 2546 2547 2548 2549 2550  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 2545 class CreateDimensionResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end  |