Class: Aws::Greengrass::Types::CreateDeviceDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::CreateDeviceDefinitionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #amzn_client_token ⇒ String
-
#initial_version ⇒ Types::DeviceDefinitionVersion
Information about a device definition version.
- #name ⇒ String
-
#tags ⇒ Hash<String,String>
The key-value pair for the resource tag.
Instance Attribute Details
#amzn_client_token ⇒ String
585 586 587 588 589 590 591 592 |
# File 'lib/aws-sdk-greengrass/types.rb', line 585 class CreateDeviceDefinitionRequest < Struct.new( :amzn_client_token, :initial_version, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#initial_version ⇒ Types::DeviceDefinitionVersion
Information about a device definition version.
585 586 587 588 589 590 591 592 |
# File 'lib/aws-sdk-greengrass/types.rb', line 585 class CreateDeviceDefinitionRequest < Struct.new( :amzn_client_token, :initial_version, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
585 586 587 588 589 590 591 592 |
# File 'lib/aws-sdk-greengrass/types.rb', line 585 class CreateDeviceDefinitionRequest < Struct.new( :amzn_client_token, :initial_version, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The key-value pair for the resource tag.
585 586 587 588 589 590 591 592 |
# File 'lib/aws-sdk-greengrass/types.rb', line 585 class CreateDeviceDefinitionRequest < Struct.new( :amzn_client_token, :initial_version, :name, :tags) SENSITIVE = [] include Aws::Structure end |