Class: Aws::Types::CapacityReservationBillingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_id::String

Returns the value of attribute capacity_reservation_id.

Returns:

  • (::String)


1566
1567
1568
# File 'sig/types.rbs', line 1566

def capacity_reservation_id
  @capacity_reservation_id
end

#capacity_reservation_infoTypes::CapacityReservationInfo

Returns the value of attribute capacity_reservation_info.



1572
1573
1574
# File 'sig/types.rbs', line 1572

def capacity_reservation_info
  @capacity_reservation_info
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


1569
1570
1571
# File 'sig/types.rbs', line 1569

def last_update_time
  @last_update_time
end

#requested_by::String

Returns the value of attribute requested_by.

Returns:

  • (::String)


1567
1568
1569
# File 'sig/types.rbs', line 1567

def requested_by
  @requested_by
end

#status"pending", ...

Returns the value of attribute status.

Returns:

  • ("pending", "accepted", "rejected", "cancelled", "revoked", "expired")


1570
1571
1572
# File 'sig/types.rbs', line 1570

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def status_message
  @status_message
end

#unused_reservation_billing_owner_id::String

Returns the value of attribute unused_reservation_billing_owner_id.

Returns:

  • (::String)


1568
1569
1570
# File 'sig/types.rbs', line 1568

def unused_reservation_billing_owner_id
  @unused_reservation_billing_owner_id
end