Class: Aws::Types::DatabaseSummary
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#component_id ⇒ ::String
Returns the value of attribute component_id.
-
#database_id ⇒ ::String
Returns the value of attribute database_id.
-
#database_type ⇒ "SYSTEM", "TENANT"
Returns the value of attribute database_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
146 147 148 |
# File 'sig/types.rbs', line 146 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
150 151 152 |
# File 'sig/types.rbs', line 150 def arn @arn end |
#component_id ⇒ ::String
Returns the value of attribute component_id.
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.
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.
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.
151 152 153 |
# File 'sig/types.rbs', line 151 def @tags end |