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.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def group_arn @group_arn end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def owner_id @owner_id end |