Class: Aws::Greengrass::Types::CreateDeviceDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::CreateDeviceDefinitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
- #creation_timestamp ⇒ String
- #id ⇒ String
- #last_updated_timestamp ⇒ String
- #latest_version ⇒ String
- #latest_version_arn ⇒ String
- #name ⇒ String
Instance Attribute Details
#arn ⇒ String
617 618 619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-greengrass/types.rb', line 617 class CreateDeviceDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#creation_timestamp ⇒ String
617 618 619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-greengrass/types.rb', line 617 class CreateDeviceDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
617 618 619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-greengrass/types.rb', line 617 class CreateDeviceDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ String
617 618 619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-greengrass/types.rb', line 617 class CreateDeviceDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#latest_version ⇒ String
617 618 619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-greengrass/types.rb', line 617 class CreateDeviceDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#latest_version_arn ⇒ String
617 618 619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-greengrass/types.rb', line 617 class CreateDeviceDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
617 618 619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-greengrass/types.rb', line 617 class CreateDeviceDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |