class
Amazonite::Ssm::GetParameterHistoryRequest
- Amazonite::Ssm::GetParameterHistoryRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_parameter_history_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String, with_decryption : Bool | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The maximum number of items to return for this call.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of items to return for this call.
-
#name : String
The name or Amazon Resource Name (ARN) of the parameter for which you want to review history.
-
#name=(name : String)
The name or Amazon Resource Name (ARN) of the parameter for which you want to review history.
-
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
- #validate! : Nil
-
#with_decryption : Bool | Nil
Return decrypted values for secure string parameters.
-
#with_decryption=(with_decryption : Bool | Nil)
Return decrypted values for secure string parameters.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
The name or Amazon Resource Name (ARN) of the parameter for which you want to review history. For parameters shared with you from another account, you must use the full ARN.
The name or Amazon Resource Name (ARN) of the parameter for which you want to review history. For parameters shared with you from another account, you must use the full ARN.
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)
Return decrypted values for secure string parameters. This flag is ignored for String and
StringList parameter types.
Return decrypted values for secure string parameters. This flag is ignored for String and
StringList parameter types.