Class: Aws::Greengrass::Types::GetFunctionDefinitionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::GetFunctionDefinitionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #arn ⇒ String
 - #creation_timestamp ⇒ String
 - #id ⇒ String
 - #last_updated_timestamp ⇒ String
 - #latest_version ⇒ String
 - #latest_version_arn ⇒ String
 - #name ⇒ String
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The key-value pair for the resource tag.
 
Instance Attribute Details
#arn ⇒ String
      2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2408 class GetFunctionDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_timestamp ⇒ String
      2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2408 class GetFunctionDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
      2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2408 class GetFunctionDefinitionResponse < 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
      2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2408 class GetFunctionDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#latest_version ⇒ String
      2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2408 class GetFunctionDefinitionResponse < 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
      2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2408 class GetFunctionDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
      2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2408 class GetFunctionDefinitionResponse < 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>
The key-value pair for the resource tag.
      2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2408 class GetFunctionDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name, :tags) SENSITIVE = [] include Aws::Structure end  |