Class: Aws::Types::DescribeParametersRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::ParametersFilter]

Returns the value of attribute filters.



1391
1392
1393
# File 'sig/types.rbs', line 1391

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.



1393
1394
1395
# File 'sig/types.rbs', line 1393

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



1394
1395
1396
# File 'sig/types.rbs', line 1394

def next_token
  @next_token
end

#parameter_filters::Array[Types::ParameterStringFilter]

Returns the value of attribute parameter_filters.



1392
1393
1394
# File 'sig/types.rbs', line 1392

def parameter_filters
  @parameter_filters
end

#sharedBoolean

Returns the value of attribute shared.



1395
1396
1397
# File 'sig/types.rbs', line 1395

def shared
  @shared
end