Class: Aws::Greengrass::Types::CreateDeviceDefinitionVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::CreateDeviceDefinitionVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#arn ⇒ String
662 663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-greengrass/types.rb', line 662 class CreateDeviceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |
#creation_timestamp ⇒ String
662 663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-greengrass/types.rb', line 662 class CreateDeviceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
662 663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-greengrass/types.rb', line 662 class CreateDeviceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
662 663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-greengrass/types.rb', line 662 class CreateDeviceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |