Class: Aws::Types::RdsLimitlessDbDetails
- Inherits:
-
Object
- Object
- Aws::Types::RdsLimitlessDbDetails
- 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_shard_group_arn ⇒ ::String
Returns the value of attribute db_shard_group_arn.
-
#db_shard_group_identifier ⇒ ::String
Returns the value of attribute db_shard_group_identifier.
-
#db_shard_group_resource_id ⇒ ::String
Returns the value of attribute db_shard_group_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.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def db_cluster_identifier @db_cluster_identifier end |
#db_shard_group_arn ⇒ ::String
Returns the value of attribute db_shard_group_arn.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def db_shard_group_arn @db_shard_group_arn end |
#db_shard_group_identifier ⇒ ::String
Returns the value of attribute db_shard_group_identifier.
2510 2511 2512 |
# File 'sig/types.rbs', line 2510 def db_shard_group_identifier @db_shard_group_identifier end |
#db_shard_group_resource_id ⇒ ::String
Returns the value of attribute db_shard_group_resource_id.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def db_shard_group_resource_id @db_shard_group_resource_id end |
#engine ⇒ ::String
Returns the value of attribute engine.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def engine_version @engine_version end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def @tags end |