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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/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)


257
258
259
260
261
262
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 257

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

#versionsArray<String>

List of versions.

Returns:

  • (Array<String>)


257
258
259
260
261
262
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 257

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