Class: Aws::Types::ListOutpostsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_filter::Array[::String]

Returns the value of attribute availability_zone_filter.

Returns:

  • (::Array[::String])


581
582
583
# File 'sig/types.rbs', line 581

def availability_zone_filter
  @availability_zone_filter
end

#availability_zone_id_filter::Array[::String]

Returns the value of attribute availability_zone_id_filter.

Returns:

  • (::Array[::String])


582
583
584
# File 'sig/types.rbs', line 582

def availability_zone_id_filter
  @availability_zone_id_filter
end

#life_cycle_status_filter::Array[::String]

Returns the value of attribute life_cycle_status_filter.

Returns:

  • (::Array[::String])


580
581
582
# File 'sig/types.rbs', line 580

def life_cycle_status_filter
  @life_cycle_status_filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


579
580
581
# File 'sig/types.rbs', line 579

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def next_token
  @next_token
end