Class: Aws::Greengrass::Types::GetLoggerDefinitionVersionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::GetLoggerDefinitionVersionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Information about a logger definition version.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the logger definition version.
 - 
  
    
      #creation_timestamp  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in milliseconds since the epoch, when the logger definition version was created.
 - 
  
    
      #definition  ⇒ Types::LoggerDefinitionVersion 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the logger definition version.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the logger definition version.
 - 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the logger definition version.
 
Instance Attribute Details
#arn ⇒ String
The ARN of the logger definition version.
      2746 2747 2748 2749 2750 2751 2752 2753 2754  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2746 class GetLoggerDefinitionVersionResponse < 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 logger definition version was created.
      2746 2747 2748 2749 2750 2751 2752 2753 2754  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2746 class GetLoggerDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#definition ⇒ Types::LoggerDefinitionVersion
Information about the logger definition version.
      2746 2747 2748 2749 2750 2751 2752 2753 2754  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2746 class GetLoggerDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The ID of the logger definition version.
      2746 2747 2748 2749 2750 2751 2752 2753 2754  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2746 class GetLoggerDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ String
The version of the logger definition version.
      2746 2747 2748 2749 2750 2751 2752 2753 2754  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2746 class GetLoggerDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end  |