Class: Aws::Types::CapacityBlock

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def availability_zone_id
  @availability_zone_id
end

#capacity_block_id::String

Returns the value of attribute capacity_block_id.

Returns:

  • (::String)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def capacity_block_id
  @capacity_block_id
end

#capacity_reservation_ids::Array[::String]

Returns the value of attribute capacity_reservation_ids.

Returns:

  • (::Array[::String])


1416
1417
1418
# File 'sig/types.rbs', line 1416

def capacity_reservation_ids
  @capacity_reservation_ids
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


1419
1420
1421
# File 'sig/types.rbs', line 1419

def create_date
  @create_date
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def end_date
  @end_date
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


1417
1418
1419
# File 'sig/types.rbs', line 1417

def start_date
  @start_date
end

#state"active", ...

Returns the value of attribute state.

Returns:

  • ("active", "expired", "unavailable", "cancelled", "failed", "scheduled", "payment-pending", "payment-failed")


1420
1421
1422
# File 'sig/types.rbs', line 1420

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1421
1422
1423
# File 'sig/types.rbs', line 1421

def tags
  @tags
end

#ultraserver_type::String

Returns the value of attribute ultraserver_type.

Returns:

  • (::String)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def ultraserver_type
  @ultraserver_type
end