Class: Aws::Types::BatchGetSecretValueRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::Filter]

Returns the value of attribute filters.



20
21
22
# File 'sig/types.rbs', line 20

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.



21
22
23
# File 'sig/types.rbs', line 21

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



22
23
24
# File 'sig/types.rbs', line 22

def next_token
  @next_token
end

#secret_id_list::Array[::String]

Returns the value of attribute secret_id_list.



19
20
21
# File 'sig/types.rbs', line 19

def secret_id_list
  @secret_id_list
end