Class: Aws::Types::DatabaseIdentifier

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


2210
2211
2212
# File 'sig/types.rbs', line 2210

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


2211
2212
2213
# File 'sig/types.rbs', line 2211

def database_name
  @database_name
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


2212
2213
2214
# File 'sig/types.rbs', line 2212

def region
  @region
end