Class: Aws::Types::GetParametersByPathRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetParametersByPathRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#parameter_filters ⇒ ::Array[Types::ParameterStringFilter]
Returns the value of attribute parameter_filters.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#recursive ⇒ Boolean
Returns the value of attribute recursive.
-
#with_decryption ⇒ Boolean
Returns the value of attribute with_decryption.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def next_token @next_token end |
#parameter_filters ⇒ ::Array[Types::ParameterStringFilter]
Returns the value of attribute parameter_filters.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def parameter_filters @parameter_filters end |
#path ⇒ ::String
Returns the value of attribute path.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def path @path end |
#recursive ⇒ Boolean
Returns the value of attribute recursive.
2071 2072 2073 |
# File 'sig/types.rbs', line 2071 def recursive @recursive end |
#with_decryption ⇒ Boolean
Returns the value of attribute with_decryption.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def with_decryption @with_decryption end |