Class: Aws::GroundStation::Types::ComponentVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ComponentVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Version information for agent components.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_type ⇒ String
Component type.
-
#versions ⇒ Array<String>
List of versions.
Instance Attribute Details
#component_type ⇒ String
Component type.
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 |
#versions ⇒ Array<String>
List of versions.
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 |