Class: Aws::Greengrass::Types::CreateConnectorDefinitionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-greengrass/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString



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_timestampString



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

#idString



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_timestampString



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_versionString



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_arnString



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

#nameString



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