Class: Aws::Types::BatchGetSecretValueResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array[Types::APIErrorType]

Returns the value of attribute errors.



29
30
31
# File 'sig/types.rbs', line 29

def errors
  @errors
end

#next_token::String

Returns the value of attribute next_token.



28
29
30
# File 'sig/types.rbs', line 28

def next_token
  @next_token
end

#secret_values::Array[Types::SecretValueEntry]

Returns the value of attribute secret_values.



27
28
29
# File 'sig/types.rbs', line 27

def secret_values
  @secret_values
end