Class: Aws::GroundStation::Types::MaintenanceReservationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::MaintenanceReservationDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Details of a maintenance reservation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#maintenance_type ⇒ String
Type of maintenance.
Instance Attribute Details
#maintenance_type ⇒ String
Type of maintenance.
3367 3368 3369 3370 3371 |
# File 'lib/aws-sdk-groundstation/types.rb', line 3367 class MaintenanceReservationDetails < Struct.new( :maintenance_type) SENSITIVE = [] include Aws::Structure end |