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)


1447
1448
1449
# File 'sig/types.rbs', line 1447

def availability_zone
  @availability_zone
end

#capacity_block_duration_hours::Integer

Returns the value of attribute capacity_block_duration_hours.

Returns:

  • (::Integer)


1451
1452
1453
# File 'sig/types.rbs', line 1451

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)


1457
1458
1459
# File 'sig/types.rbs', line 1457

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)


1445
1446
1447
# File 'sig/types.rbs', line 1445

def capacity_block_offering_id
  @capacity_block_offering_id
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


1453
1454
1455
# File 'sig/types.rbs', line 1453

def currency_code
  @currency_code
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def end_date
  @end_date
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def instance_count
  @instance_count
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


1446
1447
1448
# File 'sig/types.rbs', line 1446

def instance_type
  @instance_type
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def start_date
  @start_date
end

#tenancy"default", "dedicated"

Returns the value of attribute tenancy.

Returns:

  • ("default", "dedicated")


1454
1455
1456
# File 'sig/types.rbs', line 1454

def tenancy
  @tenancy
end

#ultraserver_count::Integer

Returns the value of attribute ultraserver_count.

Returns:

  • (::Integer)


1456
1457
1458
# File 'sig/types.rbs', line 1456

def ultraserver_count
  @ultraserver_count
end

#ultraserver_type::String

Returns the value of attribute ultraserver_type.

Returns:

  • (::String)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def ultraserver_type
  @ultraserver_type
end

#upfront_fee::String

Returns the value of attribute upfront_fee.

Returns:

  • (::String)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def upfront_fee
  @upfront_fee
end

#zone_type::String

Returns the value of attribute zone_type.

Returns:

  • (::String)


1458
1459
1460
# File 'sig/types.rbs', line 1458

def zone_type
  @zone_type
end