Class: Aws::Types::ListOutpostsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListOutpostsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_filter ⇒ ::Array[::String]
Returns the value of attribute availability_zone_filter.
-
#availability_zone_id_filter ⇒ ::Array[::String]
Returns the value of attribute availability_zone_id_filter.
-
#life_cycle_status_filter ⇒ ::Array[::String]
Returns the value of attribute life_cycle_status_filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#availability_zone_filter ⇒ ::Array[::String]
Returns the value of attribute availability_zone_filter.
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.
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.
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.
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.
578 579 580 |
# File 'sig/types.rbs', line 578 def next_token @next_token end |