Class: Aws::Types::GetParameterRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2059
2060
2061
# File 'sig/types.rbs', line 2059

def name
  @name
end

#with_decryptionBoolean

Returns the value of attribute with_decryption.

Returns:

  • (Boolean)


2060
2061
2062
# File 'sig/types.rbs', line 2060

def with_decryption
  @with_decryption
end