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.
257 258 259 260 261 262 |
# File 'lib/aws-sdk-groundstation/types.rb', line 257 class ComponentVersion < Struct.new( :component_type, :versions) SENSITIVE = [] include Aws::Structure end |
#versions ⇒ Array<String>
List of versions.
257 258 259 260 261 262 |
# File 'lib/aws-sdk-groundstation/types.rb', line 257 class ComponentVersion < Struct.new( :component_type, :versions) SENSITIVE = [] include Aws::Structure end |