Class: Aws::Greengrass::Types::CreateConnectorDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::CreateConnectorDefinitionResponse
- 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
362 363 364 365 366 367 368 369 370 371 372 |
# File 'lib/aws-sdk-greengrass/types.rb', line 362 class CreateConnectorDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#creation_timestamp ⇒ String
362 363 364 365 366 367 368 369 370 371 372 |
# File 'lib/aws-sdk-greengrass/types.rb', line 362 class CreateConnectorDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
362 363 364 365 366 367 368 369 370 371 372 |
# File 'lib/aws-sdk-greengrass/types.rb', line 362 class CreateConnectorDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ String
362 363 364 365 366 367 368 369 370 371 372 |
# File 'lib/aws-sdk-greengrass/types.rb', line 362 class CreateConnectorDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#latest_version ⇒ String
362 363 364 365 366 367 368 369 370 371 372 |
# File 'lib/aws-sdk-greengrass/types.rb', line 362 class CreateConnectorDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#latest_version_arn ⇒ String
362 363 364 365 366 367 368 369 370 371 372 |
# File 'lib/aws-sdk-greengrass/types.rb', line 362 class CreateConnectorDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
362 363 364 365 366 367 368 369 370 371 372 |
# File 'lib/aws-sdk-greengrass/types.rb', line 362 class CreateConnectorDefinitionResponse < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |