Class: Aws::Greengrass::Types::DefinitionInformation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::DefinitionInformation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Information about a definition.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the definition.
 - 
  
    
      #creation_timestamp  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in milliseconds since the epoch, when the definition was created.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the definition.
 - 
  
    
      #last_updated_timestamp  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in milliseconds since the epoch, when the definition was last updated.
 - 
  
    
      #latest_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the latest version associated with the definition.
 - 
  
    
      #latest_version_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the latest version associated with the definition.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the definition.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Tag(s) attached to the resource arn.
 
Instance Attribute Details
#arn ⇒ String
The ARN of the definition.
      1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1346 class DefinitionInformation < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_timestamp ⇒ String
The time, in milliseconds since the epoch, when the definition was created.
      1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1346 class DefinitionInformation < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The ID of the definition.
      1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1346 class DefinitionInformation < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#last_updated_timestamp ⇒ String
The time, in milliseconds since the epoch, when the definition was last updated.
      1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1346 class DefinitionInformation < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#latest_version ⇒ String
The ID of the latest version associated with the definition.
      1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1346 class DefinitionInformation < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#latest_version_arn ⇒ String
The ARN of the latest version associated with the definition.
      1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1346 class DefinitionInformation < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the definition.
      1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1346 class DefinitionInformation < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
Tag(s) attached to the resource arn.
      1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 1346 class DefinitionInformation < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name, :tags) SENSITIVE = [] include Aws::Structure end  |