Class: Aws::Types::CapacityReservationGroup
- Inherits:
-
Object
- Object
- Aws::Types::CapacityReservationGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
Instance Attribute Details
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def group_arn @group_arn end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def owner_id @owner_id end |