Class: Aws::GreengrassV2::Types::Component

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

Overview

Contains information about a component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the component version.

Returns:

  • (String)


290
291
292
293
294
295
296
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 290

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

#component_nameString

The name of the component.

Returns:

  • (String)


290
291
292
293
294
295
296
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 290

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

#latest_versionTypes::ComponentLatestVersion

The latest version of the component and its details.



290
291
292
293
294
295
296
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 290

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