Class: Aws::Types::Reservation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#groups::Array[Types::GroupIdentifier]

Returns the value of attribute groups.

Returns:



16641
16642
16643
# File 'sig/types.rbs', line 16641

def groups
  @groups
end

#instances::Array[Types::Instance]

Returns the value of attribute instances.

Returns:



16642
16643
16644
# File 'sig/types.rbs', line 16642

def instances
  @instances
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


16639
16640
16641
# File 'sig/types.rbs', line 16639

def owner_id
  @owner_id
end

#requester_id::String

Returns the value of attribute requester_id.

Returns:

  • (::String)


16640
16641
16642
# File 'sig/types.rbs', line 16640

def requester_id
  @requester_id
end

#reservation_id::String

Returns the value of attribute reservation_id.

Returns:

  • (::String)


16638
16639
16640
# File 'sig/types.rbs', line 16638

def reservation_id
  @reservation_id
end