Class: Aws::Lightsail::Types::GetRelationalDatabaseRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#relational_database_nameString

The name of the database that you are looking up.

Returns:

  • (String)


9419
9420
9421
9422
9423
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 9419

class GetRelationalDatabaseRequest < Struct.new(
  :relational_database_name)
  SENSITIVE = []
  include Aws::Structure
end