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])


603
604
605
# File 'sig/types.rbs', line 603

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])


604
605
606
# File 'sig/types.rbs', line 604

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])


602
603
604
# File 'sig/types.rbs', line 602

def life_cycle_status_filter
  @life_cycle_status_filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


601
602
603
# File 'sig/types.rbs', line 601

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def next_token
  @next_token
end