Class: Aws::Types::DatabaseSummary

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)


146
147
148
# File 'sig/types.rbs', line 146

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def arn
  @arn
end

#component_id::String

Returns the value of attribute component_id.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def component_id
  @component_id
end

#database_id::String

Returns the value of attribute database_id.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def database_id
  @database_id
end

#database_type"SYSTEM", "TENANT"

Returns the value of attribute database_type.

Returns:

  • ("SYSTEM", "TENANT")


149
150
151
# File 'sig/types.rbs', line 149

def database_type
  @database_type
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


151
152
153
# File 'sig/types.rbs', line 151

def tags
  @tags
end