Class: Aws::Types::ClusterDbRevision
- Inherits:
-
Object
- Object
- Aws::Types::ClusterDbRevision
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#current_database_revision ⇒ ::String
Returns the value of attribute current_database_revision.
-
#database_revision_release_date ⇒ ::Time
Returns the value of attribute database_revision_release_date.
-
#revision_targets ⇒ ::Array[Types::RevisionTarget]
Returns the value of attribute revision_targets.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
276 277 278 |
# File 'sig/types.rbs', line 276 def cluster_identifier @cluster_identifier end |
#current_database_revision ⇒ ::String
Returns the value of attribute current_database_revision.
277 278 279 |
# File 'sig/types.rbs', line 277 def current_database_revision @current_database_revision end |
#database_revision_release_date ⇒ ::Time
Returns the value of attribute database_revision_release_date.
278 279 280 |
# File 'sig/types.rbs', line 278 def database_revision_release_date @database_revision_release_date end |
#revision_targets ⇒ ::Array[Types::RevisionTarget]
Returns the value of attribute revision_targets.
279 280 281 |
# File 'sig/types.rbs', line 279 def revision_targets @revision_targets end |