Class: Aws::Types::ListPipesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPipesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_state ⇒ "RUNNING", ...
Returns the value of attribute current_state.
-
#desired_state ⇒ "RUNNING", "STOPPED"
Returns the value of attribute desired_state.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#source_prefix ⇒ ::String
Returns the value of attribute source_prefix.
-
#target_prefix ⇒ ::String
Returns the value of attribute target_prefix.
Instance Attribute Details
#current_state ⇒ "RUNNING", ...
Returns the value of attribute current_state.
240 241 242 |
# File 'sig/types.rbs', line 240 def current_state @current_state end |
#desired_state ⇒ "RUNNING", "STOPPED"
Returns the value of attribute desired_state.
239 240 241 |
# File 'sig/types.rbs', line 239 def desired_state @desired_state end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
244 245 246 |
# File 'sig/types.rbs', line 244 def limit @limit end |
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
238 239 240 |
# File 'sig/types.rbs', line 238 def name_prefix @name_prefix end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
243 244 245 |
# File 'sig/types.rbs', line 243 def next_token @next_token end |
#source_prefix ⇒ ::String
Returns the value of attribute source_prefix.
241 242 243 |
# File 'sig/types.rbs', line 241 def source_prefix @source_prefix end |
#target_prefix ⇒ ::String
Returns the value of attribute target_prefix.
242 243 244 |
# File 'sig/types.rbs', line 242 def target_prefix @target_prefix end |