Class: Aws::Types::UpdateFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFleetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configuration ⇒ Types::FleetConfiguration
Returns the value of attribute configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#host_configuration ⇒ Types::HostConfiguration
Returns the value of attribute host_configuration.
-
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
-
#min_worker_count ⇒ ::Integer
Returns the value of attribute min_worker_count.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3179 3180 3181 |
# File 'sig/types.rbs', line 3179 def client_token @client_token end |
#configuration ⇒ Types::FleetConfiguration
Returns the value of attribute configuration.
3185 3186 3187 |
# File 'sig/types.rbs', line 3185 def configuration @configuration end |
#description ⇒ ::String
Returns the value of attribute description.
3181 3182 3183 |
# File 'sig/types.rbs', line 3181 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
3180 3181 3182 |
# File 'sig/types.rbs', line 3180 def display_name @display_name end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
3177 3178 3179 |
# File 'sig/types.rbs', line 3177 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
3178 3179 3180 |
# File 'sig/types.rbs', line 3178 def fleet_id @fleet_id end |
#host_configuration ⇒ Types::HostConfiguration
Returns the value of attribute host_configuration.
3186 3187 3188 |
# File 'sig/types.rbs', line 3186 def host_configuration @host_configuration end |
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
3184 3185 3186 |
# File 'sig/types.rbs', line 3184 def max_worker_count @max_worker_count end |
#min_worker_count ⇒ ::Integer
Returns the value of attribute min_worker_count.
3183 3184 3185 |
# File 'sig/types.rbs', line 3183 def min_worker_count @min_worker_count end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3182 3183 3184 |
# File 'sig/types.rbs', line 3182 def role_arn @role_arn end |