Class: Aws::Types::GetParameterHistoryRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2047
2048
2049
# File 'sig/types.rbs', line 2047

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2045
2046
2047
# File 'sig/types.rbs', line 2045

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2048
2049
2050
# File 'sig/types.rbs', line 2048

def next_token
  @next_token
end

#with_decryptionBoolean

Returns the value of attribute with_decryption.

Returns:

  • (Boolean)


2046
2047
2048
# File 'sig/types.rbs', line 2046

def with_decryption
  @with_decryption
end