Class: Aws::Types::GetRelationalDatabaseParametersResult
- Inherits:
-
Object
- Object
- Aws::Types::GetRelationalDatabaseParametersResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#parameters ⇒ ::Array[Types::RelationalDatabaseParameter]
Returns the value of attribute parameters.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
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.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def parameters @parameters end |