Class: Aws::Lightsail::Types::GetRelationalDatabaseParametersResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

A token used for advancing to the next page of results from your get static IPs request.

Returns:

  • (String)


4532
4533
4534
4535
4536
# File 'lib/aws-sdk-lightsail/types.rb', line 4532

class GetRelationalDatabaseParametersResult < Struct.new(
  :parameters,
  :next_page_token)
  include Aws::Structure
end

#parametersArray<Types::RelationalDatabaseParameter>

An object describing the result of your get relational database parameters request.



4532
4533
4534
4535
4536
# File 'lib/aws-sdk-lightsail/types.rb', line 4532

class GetRelationalDatabaseParametersResult < Struct.new(
  :parameters,
  :next_page_token)
  include Aws::Structure
end