Class: Aws::Types::GetParameterHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetParameterHistoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#with_decryption ⇒ Boolean
Returns the value of attribute with_decryption.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def next_token @next_token end |
#with_decryption ⇒ Boolean
Returns the value of attribute with_decryption.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def with_decryption @with_decryption end |