Class: Aws::Greengrass::Types::CreateSubscriptionDefinitionVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::CreateSubscriptionDefinitionVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#arn ⇒ String
1299 1300 1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1299 class CreateSubscriptionDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |
#creation_timestamp ⇒ String
1299 1300 1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1299 class CreateSubscriptionDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
1299 1300 1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1299 class CreateSubscriptionDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
1299 1300 1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1299 class CreateSubscriptionDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |