Class: Aws::Lightsail::Types::GetRelationalDatabaseParametersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetRelationalDatabaseParametersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#page_token ⇒ String
The token to advance to the next page of results from your request.
-
#relational_database_name ⇒ String
The name of your database for which to get parameters.
Instance Attribute Details
#page_token ⇒ String
The token to advance to the next page of results from your request.
To get a page token, perform an initial ‘GetRelationalDatabaseParameters` request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.
9380 9381 9382 9383 9384 9385 |
# File 'lib/aws-sdk-lightsail/types.rb', line 9380 class GetRelationalDatabaseParametersRequest < Struct.new( :relational_database_name, :page_token) SENSITIVE = [] include Aws::Structure end |
#relational_database_name ⇒ String
The name of your database for which to get parameters.
9380 9381 9382 9383 9384 9385 |
# File 'lib/aws-sdk-lightsail/types.rb', line 9380 class GetRelationalDatabaseParametersRequest < Struct.new( :relational_database_name, :page_token) SENSITIVE = [] include Aws::Structure end |