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)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def availability_zone_id
  @availability_zone_id
end

#capacity_block_id::String

Returns the value of attribute capacity_block_id.

Returns:

  • (::String)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def capacity_block_id
  @capacity_block_id
end

#capacity_reservation_ids::Array[::String]

Returns the value of attribute capacity_reservation_ids.

Returns:

  • (::Array[::String])


1314
1315
1316
# File 'sig/types.rbs', line 1314

def capacity_reservation_ids
  @capacity_reservation_ids
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def create_date
  @create_date
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def end_date
  @end_date
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


1315
1316
1317
# File 'sig/types.rbs', line 1315

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")


1318
1319
1320
# File 'sig/types.rbs', line 1318

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1319
1320
1321
# File 'sig/types.rbs', line 1319

def tags
  @tags
end

#ultraserver_type::String

Returns the value of attribute ultraserver_type.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def ultraserver_type
  @ultraserver_type
end