Class: Aws::Types::GetDatabaseInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def application_id
  @application_id
end

#component_id::String

Returns the value of attribute component_id.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def component_id
  @component_id
end

#database_arn::String

Returns the value of attribute database_arn.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def database_arn
  @database_arn
end

#database_id::String

Returns the value of attribute database_id.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def database_id
  @database_id
end