Class: Aws::Types::Reservation
- Inherits:
-
Object
- Object
- Aws::Types::Reservation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute groups.
-
#instances ⇒ ::Array[Types::Instance]
Returns the value of attribute instances.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#requester_id ⇒ ::String
Returns the value of attribute requester_id.
-
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
Instance Attribute Details
#groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute groups.
16005 16006 16007 |
# File 'sig/types.rbs', line 16005 def groups @groups end |
#instances ⇒ ::Array[Types::Instance]
Returns the value of attribute instances.
16006 16007 16008 |
# File 'sig/types.rbs', line 16006 def instances @instances end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
16003 16004 16005 |
# File 'sig/types.rbs', line 16003 def owner_id @owner_id end |
#requester_id ⇒ ::String
Returns the value of attribute requester_id.
16004 16005 16006 |
# File 'sig/types.rbs', line 16004 def requester_id @requester_id end |
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
16002 16003 16004 |
# File 'sig/types.rbs', line 16002 def reservation_id @reservation_id end |