Class: Aws::Types::CreateFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFleetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
212 213 214 |
# File 'sig/types.rbs', line 212 def description @description end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
211 212 213 |
# File 'sig/types.rbs', line 211 def fleet_id @fleet_id end |
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
213 214 215 |
# File 'sig/types.rbs', line 213 def signal_catalog_arn @signal_catalog_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
214 215 216 |
# File 'sig/types.rbs', line 214 def @tags end |