You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Greengrass::Types::GetSubscriptionDefinitionVersionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Greengrass::Types::GetSubscriptionDefinitionVersionResponse
 
- Defined in:
- (unknown)
Overview
Information about a subscription definition version.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the subscription definition version. 
- 
  
    
      #creation_timestamp  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time, in milliseconds since the epoch, when the subscription definition version was created. 
- 
  
    
      #definition  ⇒ Types::SubscriptionDefinitionVersion 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the subscription definition version. 
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the subscription 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 subscription definition version. 
Instance Attribute Details
#arn ⇒ String
The ARN of the subscription definition version.
#creation_timestamp ⇒ String
The time, in milliseconds since the epoch, when the subscription definition version was created.
#definition ⇒ Types::SubscriptionDefinitionVersion
Information about the subscription definition version.
#id ⇒ String
The ID of the subscription 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 subscription definition version.