Class: Aws::Greengrass::Types::GetGroupVersionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::GetGroupVersionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Information about a group version.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the group version.
 - 
  
    
      #creation_timestamp  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in milliseconds since the epoch, when the group version was created.
 - 
  
    
      #definition  ⇒ Types::GroupVersion 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the group version definition.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the group that the version is associated with.
 - 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the group version.
 
Instance Attribute Details
#arn ⇒ String
The ARN of the group version.
      2641 2642 2643 2644 2645 2646 2647 2648 2649  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2641 class GetGroupVersionResponse < 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 group version was created.
      2641 2642 2643 2644 2645 2646 2647 2648 2649  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2641 class GetGroupVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#definition ⇒ Types::GroupVersion
Information about the group version definition.
      2641 2642 2643 2644 2645 2646 2647 2648 2649  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2641 class GetGroupVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The ID of the group that the version is associated with.
      2641 2642 2643 2644 2645 2646 2647 2648 2649  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2641 class GetGroupVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ String
The ID of the group version.
      2641 2642 2643 2644 2645 2646 2647 2648 2649  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2641 class GetGroupVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end  |