Class: Aws::Lightsail::Types::GetRelationalDatabaseParametersRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Note:

When making an API call, you may pass GetRelationalDatabaseParametersRequest data as a hash:

{
  relational_database_name: "ResourceName", # required
  page_token: "string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#page_tokenString

A token used for advancing to a specific page of results for your ‘get relational database parameters` request.

Returns:

  • (String)


4514
4515
4516
4517
4518
# File 'lib/aws-sdk-lightsail/types.rb', line 4514

class GetRelationalDatabaseParametersRequest < Struct.new(
  :relational_database_name,
  :page_token)
  include Aws::Structure
end

#relational_database_nameString

The name of your database for which to get parameters.

Returns:

  • (String)


4514
4515
4516
4517
4518
# File 'lib/aws-sdk-lightsail/types.rb', line 4514

class GetRelationalDatabaseParametersRequest < Struct.new(
  :relational_database_name,
  :page_token)
  include Aws::Structure
end