class Amazonite::Ssm::GetParameterHistoryRequest

Included Modules

Defined in:

ssm/get_parameter_history_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(name : String, with_decryption : Bool | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def max_results : Int32 | Nil #

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.


[View source]
def max_results=(max_results : Int32 | Nil) #

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.


[View source]
def name : String #

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.


[View source]
def name=(name : String) #

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.


[View source]
def next_token : String | Nil #

The token for the next set of items to return. (You received this token from a previous call.)


[View source]
def next_token=(next_token : String | Nil) #

The token for the next set of items to return. (You received this token from a previous call.)


[View source]
def validate! : Nil #

[View source]
def with_decryption : Bool | Nil #

Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.


[View source]
def with_decryption=(with_decryption : Bool | Nil) #

Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.


[View source]