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.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def errors @errors end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
2463 2464 2465 |
# File 'sig/types.rbs', line 2463 def fleet_id @fleet_id end |
#instances ⇒ ::Array[Types::CreateFleetInstance]
Returns the value of attribute instances.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def instances @instances end |