Class: Aws::IoTManagedIntegrations::Types::GetSchemaVersionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTManagedIntegrations::Types::GetSchemaVersionResponse
 
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the schema version. 
- 
  
    
      #namespace  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the schema version. 
- 
  
    
      #schema  ⇒ Hash, ... 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The schema of the schema version. 
- 
  
    
      #schema_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The id of the schema version. 
- 
  
    
      #semantic_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The schema version. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of schema version. 
- 
  
    
      #visibility  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The visibility of the schema version. 
Instance Attribute Details
#description ⇒ String
The description of the schema version.
| 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 | # File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2572 class GetSchemaVersionResponse < Struct.new( :schema_id, :type, :description, :namespace, :semantic_version, :visibility, :schema) SENSITIVE = [] include Aws::Structure end | 
#namespace ⇒ String
The name of the schema version.
| 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 | # File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2572 class GetSchemaVersionResponse < Struct.new( :schema_id, :type, :description, :namespace, :semantic_version, :visibility, :schema) SENSITIVE = [] include Aws::Structure end | 
#schema ⇒ Hash, ...
The schema of the schema version.
| 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 | # File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2572 class GetSchemaVersionResponse < Struct.new( :schema_id, :type, :description, :namespace, :semantic_version, :visibility, :schema) SENSITIVE = [] include Aws::Structure end | 
#schema_id ⇒ String
The id of the schema version.
| 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 | # File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2572 class GetSchemaVersionResponse < Struct.new( :schema_id, :type, :description, :namespace, :semantic_version, :visibility, :schema) SENSITIVE = [] include Aws::Structure end | 
#semantic_version ⇒ String
The schema version. If this is left blank, it defaults to the latest version.
| 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 | # File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2572 class GetSchemaVersionResponse < Struct.new( :schema_id, :type, :description, :namespace, :semantic_version, :visibility, :schema) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
The type of schema version.
| 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 | # File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2572 class GetSchemaVersionResponse < Struct.new( :schema_id, :type, :description, :namespace, :semantic_version, :visibility, :schema) SENSITIVE = [] include Aws::Structure end | 
#visibility ⇒ String
The visibility of the schema version.
| 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 | # File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2572 class GetSchemaVersionResponse < Struct.new( :schema_id, :type, :description, :namespace, :semantic_version, :visibility, :schema) SENSITIVE = [] include Aws::Structure end |