Class: Aws::GreengrassV2::Types::ComponentVersionListItem

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

Overview

Contains information about a component version in a list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the component version.

Returns:

  • (String)


622
623
624
625
626
627
628
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 622

class ComponentVersionListItem < Struct.new(
  :component_name,
  :component_version,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#component_nameString

The name of the component.

Returns:

  • (String)


622
623
624
625
626
627
628
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 622

class ComponentVersionListItem < Struct.new(
  :component_name,
  :component_version,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#component_versionString

The version of the component.

Returns:

  • (String)


622
623
624
625
626
627
628
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 622

class ComponentVersionListItem < Struct.new(
  :component_name,
  :component_version,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end