Class: Aws::Types::ZonalCapacityReservationState

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.



1239
1240
1241
# File 'sig/types.rbs', line 1239

def availability_zone
  @availability_zone
end

#effective_capacity_units::Float

Returns the value of attribute effective_capacity_units.



1240
1241
1242
# File 'sig/types.rbs', line 1240

def effective_capacity_units
  @effective_capacity_units
end

#stateTypes::CapacityReservationStatus

Returns the value of attribute state.



1238
1239
1240
# File 'sig/types.rbs', line 1238

def state
  @state
end