Class: Aws::Greengrass::Types::GetConnectorDefinitionVersionResponse

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

Overview

Information about a connector definition version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the connector definition version.

Returns:

  • (String)


2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2094

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

#creation_timestampString

The time, in milliseconds since the epoch, when the connector definition version was created.

Returns:

  • (String)


2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2094

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

#definitionTypes::ConnectorDefinitionVersion

Information about the connector definition version.



2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2094

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

#idString

The ID of the connector definition version.

Returns:

  • (String)


2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2094

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

#next_tokenString

The token for the next set of results, or ''null'' if there are no additional results.

Returns:

  • (String)


2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2094

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

#versionString

The version of the connector definition version.

Returns:

  • (String)


2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2094

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