Class: Aws::Greengrass::Types::GetConnectorDefinitionVersionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::GetConnectorDefinitionVersionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Information about a connector definition version.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the connector definition version.
 - 
  
    
      #creation_timestamp  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in milliseconds since the epoch, when the connector definition version was created.
 - 
  
    
      #definition  ⇒ Types::ConnectorDefinitionVersion 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the connector definition version.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the connector definition version.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token for the next set of results, or ”null” if there are no additional results.
 - 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the connector definition version.
 
Instance Attribute Details
#arn ⇒ String
The ARN of the connector definition version.
      2094 2095 2096 2097 2098 2099 2100 2101 2102 2103  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2094 class GetConnectorDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_timestamp ⇒ String
The time, in milliseconds since the epoch, when the connector definition version was created.
      2094 2095 2096 2097 2098 2099 2100 2101 2102 2103  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2094 class GetConnectorDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#definition ⇒ Types::ConnectorDefinitionVersion
Information about the connector definition version.
      2094 2095 2096 2097 2098 2099 2100 2101 2102 2103  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2094 class GetConnectorDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The ID of the connector definition version.
      2094 2095 2096 2097 2098 2099 2100 2101 2102 2103  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2094 class GetConnectorDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token for the next set of results, or ”null” if there are no additional results.
      2094 2095 2096 2097 2098 2099 2100 2101 2102 2103  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2094 class GetConnectorDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ String
The version of the connector definition version.
      2094 2095 2096 2097 2098 2099 2100 2101 2102 2103  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 2094 class GetConnectorDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end  |