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)


2206
2207
2208
# File 'sig/types.rbs', line 2206

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


2207
2208
2209
# File 'sig/types.rbs', line 2207

def database_name
  @database_name
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


2208
2209
2210
# File 'sig/types.rbs', line 2208

def region
  @region
end