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.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def errors @errors end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def fleet_id @fleet_id end |
#instances ⇒ ::Array[Types::CreateFleetInstance]
Returns the value of attribute instances.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def instances @instances end |