Class: Aws::Types::CreateFleetResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateFleetResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::CreateFleetError]
Returns the value of attribute errors.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#instances ⇒ ::Array[Types::CreateFleetInstance]
Returns the value of attribute instances.
Instance Attribute Details
#errors ⇒ ::Array[Types::CreateFleetError]
Returns the value of attribute errors.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def errors @errors end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def fleet_id @fleet_id end |
#instances ⇒ ::Array[Types::CreateFleetInstance]
Returns the value of attribute instances.
2481 2482 2483 |
# File 'sig/types.rbs', line 2481 def instances @instances end |