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

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

Overview

Contains information about a component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


290
291
292
293
294
295
296
# File '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 '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 'lib/aws-sdk-greengrassv2/types.rb', line 290

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