Class: Aws::GreengrassV2::Types::ComponentLatestVersion

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

Overview

Contains information about the latest version of a component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the component version.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 491

class ComponentLatestVersion < Struct.new(
  :arn,
  :component_version,
  :creation_timestamp,
  :description,
  :publisher,
  :platforms)
  SENSITIVE = []
  include Aws::Structure
end

#component_versionString

The version of the component.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 491

class ComponentLatestVersion < Struct.new(
  :arn,
  :component_version,
  :creation_timestamp,
  :description,
  :publisher,
  :platforms)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timestampTime

The time at which the component was created, expressed in ISO 8601 format.

Returns:

  • (Time)


491
492
493
494
495
496
497
498
499
500
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 491

class ComponentLatestVersion < Struct.new(
  :arn,
  :component_version,
  :creation_timestamp,
  :description,
  :publisher,
  :platforms)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the component version.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 491

class ComponentLatestVersion < Struct.new(
  :arn,
  :component_version,
  :creation_timestamp,
  :description,
  :publisher,
  :platforms)
  SENSITIVE = []
  include Aws::Structure
end

#platformsArray<Types::ComponentPlatform>

The platforms that the component version supports.

Returns:



491
492
493
494
495
496
497
498
499
500
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 491

class ComponentLatestVersion < Struct.new(
  :arn,
  :component_version,
  :creation_timestamp,
  :description,
  :publisher,
  :platforms)
  SENSITIVE = []
  include Aws::Structure
end

#publisherString

The publisher of the component version.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 491

class ComponentLatestVersion < Struct.new(
  :arn,
  :component_version,
  :creation_timestamp,
  :description,
  :publisher,
  :platforms)
  SENSITIVE = []
  include Aws::Structure
end