Class: Aws::Greengrass::Types::CreateConnectorDefinitionVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::CreateConnectorDefinitionVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#arn ⇒ String
407 408 409 410 411 412 413 414 |
# File 'lib/aws-sdk-greengrass/types.rb', line 407 class CreateConnectorDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |
#creation_timestamp ⇒ String
407 408 409 410 411 412 413 414 |
# File 'lib/aws-sdk-greengrass/types.rb', line 407 class CreateConnectorDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
407 408 409 410 411 412 413 414 |
# File 'lib/aws-sdk-greengrass/types.rb', line 407 class CreateConnectorDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
407 408 409 410 411 412 413 414 |
# File 'lib/aws-sdk-greengrass/types.rb', line 407 class CreateConnectorDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |