Class: Aws::Greengrass::Types::GetResourceDefinitionVersionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Greengrass::Types::GetResourceDefinitionVersionResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Information about a resource definition version.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Arn of the resource definition version. 
- 
  
    
      #creation_timestamp  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time, in milliseconds since the epoch, when the resource definition version was created. 
- 
  
    
      #definition  ⇒ Types::ResourceDefinitionVersion 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the definition. 
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the resource definition version. 
- 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version of the resource definition version. 
Instance Attribute Details
#arn ⇒ String
Arn of the resource definition version.
| 2847 2848 2849 2850 2851 2852 2853 2854 2855 | # File 'lib/aws-sdk-greengrass/types.rb', line 2847 class GetResourceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end | 
#creation_timestamp ⇒ String
The time, in milliseconds since the epoch, when the resource definition version was created.
| 2847 2848 2849 2850 2851 2852 2853 2854 2855 | # File 'lib/aws-sdk-greengrass/types.rb', line 2847 class GetResourceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end | 
#definition ⇒ Types::ResourceDefinitionVersion
Information about the definition.
| 2847 2848 2849 2850 2851 2852 2853 2854 2855 | # File 'lib/aws-sdk-greengrass/types.rb', line 2847 class GetResourceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end | 
#id ⇒ String
The ID of the resource definition version.
| 2847 2848 2849 2850 2851 2852 2853 2854 2855 | # File 'lib/aws-sdk-greengrass/types.rb', line 2847 class GetResourceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end | 
#version ⇒ String
The version of the resource definition version.
| 2847 2848 2849 2850 2851 2852 2853 2854 2855 | # File 'lib/aws-sdk-greengrass/types.rb', line 2847 class GetResourceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end |