Class: Aws::GroundStation::Types::ComponentVersion

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

Overview

Version information for agent components.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_typeString

Component type.

Returns:

  • (String)


439
440
441
442
443
444
# File 'lib/aws-sdk-groundstation/types.rb', line 439

class ComponentVersion < Struct.new(
  :component_type,
  :versions)
  SENSITIVE = []
  include Aws::Structure
end

#versionsArray<String>

List of versions.

Returns:

  • (Array<String>)


439
440
441
442
443
444
# File 'lib/aws-sdk-groundstation/types.rb', line 439

class ComponentVersion < Struct.new(
  :component_type,
  :versions)
  SENSITIVE = []
  include Aws::Structure
end