Class: Aws::Types::DescribeInstanceTypeOfferingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


6123
6124
6125
# File 'sig/types.rbs', line 6123

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6125
6126
6127
# File 'sig/types.rbs', line 6125

def filters
  @filters
end

#location_type"region", ...

Returns the value of attribute location_type.

Returns:

  • ("region", "availability-zone", "availability-zone-id", "outpost")


6124
6125
6126
# File 'sig/types.rbs', line 6124

def location_type
  @location_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6126
6127
6128
# File 'sig/types.rbs', line 6126

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6127
6128
6129
# File 'sig/types.rbs', line 6127

def next_token
  @next_token
end