Class: Aws::Types::GetParametersByPathRequest

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:



2074
2075
2076
# File 'sig/types.rbs', line 2074

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



2075
2076
2077
# File 'sig/types.rbs', line 2075

def next_token
  @next_token
end

#parameter_filters::Array[Types::ParameterStringFilter]

Returns the value of attribute parameter_filters.

Returns:



2072
2073
2074
# File 'sig/types.rbs', line 2072

def parameter_filters
  @parameter_filters
end

#path::String

Returns the value of attribute path.

Returns:



2070
2071
2072
# File 'sig/types.rbs', line 2070

def path
  @path
end

#recursiveBoolean

Returns the value of attribute recursive.

Returns:



2071
2072
2073
# File 'sig/types.rbs', line 2071

def recursive
  @recursive
end

#with_decryptionBoolean

Returns the value of attribute with_decryption.

Returns:



2073
2074
2075
# File 'sig/types.rbs', line 2073

def with_decryption
  @with_decryption
end