Class: Aws::Types::CreateKxScalingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateKxScalingGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#host_type ⇒ ::String
Returns the value of attribute host_type.
-
#scaling_group_name ⇒ ::String
Returns the value of attribute scaling_group_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
221 222 223 |
# File 'sig/types.rbs', line 221 def availability_zone_id @availability_zone_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
217 218 219 |
# File 'sig/types.rbs', line 217 def client_token @client_token end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
218 219 220 |
# File 'sig/types.rbs', line 218 def environment_id @environment_id end |
#host_type ⇒ ::String
Returns the value of attribute host_type.
220 221 222 |
# File 'sig/types.rbs', line 220 def host_type @host_type end |
#scaling_group_name ⇒ ::String
Returns the value of attribute scaling_group_name.
219 220 221 |
# File 'sig/types.rbs', line 219 def scaling_group_name @scaling_group_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
222 223 224 |
# File 'sig/types.rbs', line 222 def @tags end |