Class: Aws::Greengrass::Types::GetCoreDefinitionVersionResponse

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

The ARN of the core definition version.

Returns:

  • (String)


2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2199

class GetCoreDefinitionVersionResponse < 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 core definition version was created.

Returns:

  • (String)


2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2199

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

#definitionTypes::CoreDefinitionVersion

Information about the core definition version.



2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2199

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

#idString

The ID of the core definition version.

Returns:

  • (String)


2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2199

class GetCoreDefinitionVersionResponse < 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)


2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2199

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

#versionString

The version of the core definition version.

Returns:

  • (String)


2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2199

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