Class: Aws::Types::Database
- Inherits:
-
Object
- Object
- Aws::Types::Database
- 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.
-
#connected_component_arns ⇒ ::Array[::String]
Returns the value of attribute connected_component_arns.
-
#credentials ⇒ ::Array[Types::ApplicationCredential]
Returns the value of attribute credentials.
-
#database_id ⇒ ::String
Returns the value of attribute database_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#database_type ⇒ "SYSTEM", "TENANT"
Returns the value of attribute database_type.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#primary_host ⇒ ::String
Returns the value of attribute primary_host.
-
#sql_port ⇒ ::Integer
Returns the value of attribute sql_port.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
123 124 125 |
# File 'sig/types.rbs', line 123 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
129 130 131 |
# File 'sig/types.rbs', line 129 def arn @arn end |
#component_id ⇒ ::String
Returns the value of attribute component_id.
124 125 126 |
# File 'sig/types.rbs', line 124 def component_id @component_id end |
#connected_component_arns ⇒ ::Array[::String]
Returns the value of attribute connected_component_arns.
134 135 136 |
# File 'sig/types.rbs', line 134 def connected_component_arns @connected_component_arns end |
#credentials ⇒ ::Array[Types::ApplicationCredential]
Returns the value of attribute credentials.
125 126 127 |
# File 'sig/types.rbs', line 125 def credentials @credentials end |
#database_id ⇒ ::String
Returns the value of attribute database_id.
126 127 128 |
# File 'sig/types.rbs', line 126 def database_id @database_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
127 128 129 |
# File 'sig/types.rbs', line 127 def database_name @database_name end |
#database_type ⇒ "SYSTEM", "TENANT"
Returns the value of attribute database_type.
128 129 130 |
# File 'sig/types.rbs', line 128 def database_type @database_type end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
133 134 135 |
# File 'sig/types.rbs', line 133 def last_updated @last_updated end |
#primary_host ⇒ ::String
Returns the value of attribute primary_host.
131 132 133 |
# File 'sig/types.rbs', line 131 def primary_host @primary_host end |
#sql_port ⇒ ::Integer
Returns the value of attribute sql_port.
132 133 134 |
# File 'sig/types.rbs', line 132 def sql_port @sql_port end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
130 131 132 |
# File 'sig/types.rbs', line 130 def status @status end |