Class: Aws::Types::CapacityReservation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_dpus::Integer

Returns the value of attribute allocated_dpus.

Returns:

  • (::Integer)


129
130
131
# File 'sig/types.rbs', line 129

def allocated_dpus
  @allocated_dpus
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


132
133
134
# File 'sig/types.rbs', line 132

def creation_time
  @creation_time
end

#last_allocationTypes::CapacityAllocation

Returns the value of attribute last_allocation.



130
131
132
# File 'sig/types.rbs', line 130

def last_allocation
  @last_allocation
end

#last_successful_allocation_time::Time

Returns the value of attribute last_successful_allocation_time.

Returns:

  • (::Time)


131
132
133
# File 'sig/types.rbs', line 131

def last_successful_allocation_time
  @last_successful_allocation_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def name
  @name
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "ACTIVE", "CANCELLING", "CANCELLED", "FAILED", "UPDATE_PENDING")


127
128
129
# File 'sig/types.rbs', line 127

def status
  @status
end

#target_dpus::Integer

Returns the value of attribute target_dpus.

Returns:

  • (::Integer)


128
129
130
# File 'sig/types.rbs', line 128

def target_dpus
  @target_dpus
end