Class: Aws::Types::CreateFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFleetRequest
- 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.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
711 712 713 |
# File 'sig/types.rbs', line 711 def client_token @client_token end |
#configuration ⇒ Types::FleetConfiguration
Returns the value of attribute configuration.
717 718 719 |
# File 'sig/types.rbs', line 717 def configuration @configuration end |
#description ⇒ ::String
Returns the value of attribute description.
713 714 715 |
# File 'sig/types.rbs', line 713 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
712 713 714 |
# File 'sig/types.rbs', line 712 def display_name @display_name end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
710 711 712 |
# File 'sig/types.rbs', line 710 def farm_id @farm_id end |
#host_configuration ⇒ Types::HostConfiguration
Returns the value of attribute host_configuration.
719 720 721 |
# File 'sig/types.rbs', line 719 def host_configuration @host_configuration end |
#max_worker_count ⇒ ::Integer
Returns the value of attribute max_worker_count.
716 717 718 |
# File 'sig/types.rbs', line 716 def max_worker_count @max_worker_count end |
#min_worker_count ⇒ ::Integer
Returns the value of attribute min_worker_count.
715 716 717 |
# File 'sig/types.rbs', line 715 def min_worker_count @min_worker_count end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
714 715 716 |
# File 'sig/types.rbs', line 714 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
718 719 720 |
# File 'sig/types.rbs', line 718 def @tags end |