Class: Aws::Types::RdsDbInstanceDetails
- Inherits:
-
Object
- Object
- Aws::Types::RdsDbInstanceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_instance_arn ⇒ ::String
Returns the value of attribute db_instance_arn.
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def db_cluster_identifier @db_cluster_identifier end |
#db_instance_arn ⇒ ::String
Returns the value of attribute db_instance_arn.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def db_instance_arn @db_instance_arn end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def db_instance_identifier @db_instance_identifier end |
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def dbi_resource_id @dbi_resource_id end |
#engine ⇒ ::String
Returns the value of attribute engine.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def engine_version @engine_version end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2496 2497 2498 |
# File 'sig/types.rbs', line 2496 def end |