Class: Aws::Greengrass::Types::GetSubscriptionDefinitionVersionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb

Overview

Information about a subscription definition version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the subscription definition version.

Returns:

  • (String)


2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2980

class GetSubscriptionDefinitionVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :definition,
  :id,
  :next_token,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timestampString

The time, in milliseconds since the epoch, when the subscription definition version was created.

Returns:

  • (String)


2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2980

class GetSubscriptionDefinitionVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :definition,
  :id,
  :next_token,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#definitionTypes::SubscriptionDefinitionVersion

Information about the subscription definition version.



2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2980

class GetSubscriptionDefinitionVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :definition,
  :id,
  :next_token,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the subscription definition version.

Returns:

  • (String)


2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2980

class GetSubscriptionDefinitionVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :definition,
  :id,
  :next_token,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or ''null'' if there are no additional results.

Returns:

  • (String)


2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2980

class GetSubscriptionDefinitionVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :definition,
  :id,
  :next_token,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the subscription definition version.

Returns:

  • (String)


2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2980

class GetSubscriptionDefinitionVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :definition,
  :id,
  :next_token,
  :version)
  SENSITIVE = []
  include Aws::Structure
end