Class: Aws::Types::DeleteApplicationSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteApplicationSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#snapshot_creation_timestamp ⇒ ::Time
Returns the value of attribute snapshot_creation_timestamp.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
499 500 501 |
# File 'sig/types.rbs', line 499 def application_name @application_name end |
#snapshot_creation_timestamp ⇒ ::Time
Returns the value of attribute snapshot_creation_timestamp.
501 502 503 |
# File 'sig/types.rbs', line 501 def @snapshot_creation_timestamp end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
500 501 502 |
# File 'sig/types.rbs', line 500 def snapshot_name @snapshot_name end |