Class: Aws::Types::GetRelationalDatabaseParametersResult

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:



2020
2021
2022
# File 'sig/types.rbs', line 2020

def next_page_token
  @next_page_token
end

#parameters::Array[Types::RelationalDatabaseParameter]

Returns the value of attribute parameters.

Returns:



2019
2020
2021
# File 'sig/types.rbs', line 2019

def parameters
  @parameters
end