Class: Aws::Types::DescribeCapacityBlockOfferingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#all_availability_zonesBoolean

Returns the value of attribute all_availability_zones.

Returns:

  • (Boolean)


5451
5452
5453
# File 'sig/types.rbs', line 5451

def all_availability_zones
  @all_availability_zones
end

#capacity_duration_hours::Integer

Returns the value of attribute capacity_duration_hours.

Returns:

  • (::Integer)


5446
5447
5448
# File 'sig/types.rbs', line 5446

def capacity_duration_hours
  @capacity_duration_hours
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


5441
5442
5443
# File 'sig/types.rbs', line 5441

def dry_run
  @dry_run
end

#end_date_range::Time

Returns the value of attribute end_date_range.

Returns:

  • (::Time)


5445
5446
5447
# File 'sig/types.rbs', line 5445

def end_date_range
  @end_date_range
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


5443
5444
5445
# File 'sig/types.rbs', line 5443

def instance_count
  @instance_count
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


5442
5443
5444
# File 'sig/types.rbs', line 5442

def instance_type
  @instance_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5448
5449
5450
# File 'sig/types.rbs', line 5448

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5447
5448
5449
# File 'sig/types.rbs', line 5447

def next_token
  @next_token
end

#start_date_range::Time

Returns the value of attribute start_date_range.

Returns:

  • (::Time)


5444
5445
5446
# File 'sig/types.rbs', line 5444

def start_date_range
  @start_date_range
end

#ultraserver_count::Integer

Returns the value of attribute ultraserver_count.

Returns:

  • (::Integer)


5450
5451
5452
# File 'sig/types.rbs', line 5450

def ultraserver_count
  @ultraserver_count
end

#ultraserver_type::String

Returns the value of attribute ultraserver_type.

Returns:

  • (::String)


5449
5450
5451
# File 'sig/types.rbs', line 5449

def ultraserver_type
  @ultraserver_type
end