Class: Aws::Types::SnapshotDetails
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_encryption_configuration_description ⇒ Types::ApplicationEncryptionConfigurationDescription
Returns the value of attribute application_encryption_configuration_description.
-
#application_version_id ⇒ ::Integer
Returns the value of attribute application_version_id.
-
#runtime_environment ⇒ "SQL-1_0", ...
Returns the value of attribute runtime_environment.
-
#snapshot_creation_timestamp ⇒ ::Time
Returns the value of attribute snapshot_creation_timestamp.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
-
#snapshot_status ⇒ "CREATING", ...
Returns the value of attribute snapshot_status.
Instance Attribute Details
#application_encryption_configuration_description ⇒ Types::ApplicationEncryptionConfigurationDescription
Returns the value of attribute application_encryption_configuration_description.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def application_encryption_configuration_description @application_encryption_configuration_description end |
#application_version_id ⇒ ::Integer
Returns the value of attribute application_version_id.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def application_version_id @application_version_id end |
#runtime_environment ⇒ "SQL-1_0", ...
Returns the value of attribute runtime_environment.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def runtime_environment @runtime_environment end |
#snapshot_creation_timestamp ⇒ ::Time
Returns the value of attribute snapshot_creation_timestamp.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def snapshot_name @snapshot_name end |
#snapshot_status ⇒ "CREATING", ...
Returns the value of attribute snapshot_status.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def snapshot_status @snapshot_status end |