Class: Aws::Types::GetKxScalingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetKxScalingGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#scaling_group_name ⇒ ::String
Returns the value of attribute scaling_group_name.
Instance Attribute Details
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
556 557 558 |
# File 'sig/types.rbs', line 556 def environment_id @environment_id end |
#scaling_group_name ⇒ ::String
Returns the value of attribute scaling_group_name.
557 558 559 |
# File 'sig/types.rbs', line 557 def scaling_group_name @scaling_group_name end |