Class: Aws::Greengrass::Types::CreateConnectorDefinitionVersionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


407
408
409
410
411
412
413
414
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 407

class CreateConnectorDefinitionVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timestampString

Returns:

  • (String)


407
408
409
410
411
412
413
414
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 407

class CreateConnectorDefinitionVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


407
408
409
410
411
412
413
414
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 407

class CreateConnectorDefinitionVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

Returns:

  • (String)


407
408
409
410
411
412
413
414
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 407

class CreateConnectorDefinitionVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end