Class: Aws::Types::CapacityBlockOffering

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)


1361
1362
1363
# File 'sig/types.rbs', line 1361

def availability_zone
  @availability_zone
end

#capacity_block_duration_hours::Integer

Returns the value of attribute capacity_block_duration_hours.

Returns:

  • (::Integer)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def capacity_block_duration_hours
  @capacity_block_duration_hours
end

#capacity_block_duration_minutes::Integer

Returns the value of attribute capacity_block_duration_minutes.

Returns:

  • (::Integer)


1371
1372
1373
# File 'sig/types.rbs', line 1371

def capacity_block_duration_minutes
  @capacity_block_duration_minutes
end

#capacity_block_offering_id::String

Returns the value of attribute capacity_block_offering_id.

Returns:

  • (::String)


1359
1360
1361
# File 'sig/types.rbs', line 1359

def capacity_block_offering_id
  @capacity_block_offering_id
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def currency_code
  @currency_code
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def end_date
  @end_date
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def instance_count
  @instance_count
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


1360
1361
1362
# File 'sig/types.rbs', line 1360

def instance_type
  @instance_type
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def start_date
  @start_date
end

#tenancy"default", "dedicated"

Returns the value of attribute tenancy.

Returns:

  • ("default", "dedicated")


1368
1369
1370
# File 'sig/types.rbs', line 1368

def tenancy
  @tenancy
end

#ultraserver_count::Integer

Returns the value of attribute ultraserver_count.

Returns:

  • (::Integer)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def ultraserver_count
  @ultraserver_count
end

#ultraserver_type::String

Returns the value of attribute ultraserver_type.

Returns:

  • (::String)


1369
1370
1371
# File 'sig/types.rbs', line 1369

def ultraserver_type
  @ultraserver_type
end

#upfront_fee::String

Returns the value of attribute upfront_fee.

Returns:

  • (::String)


1366
1367
1368
# File 'sig/types.rbs', line 1366

def upfront_fee
  @upfront_fee
end

#zone_type::String

Returns the value of attribute zone_type.

Returns:

  • (::String)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def zone_type
  @zone_type
end