Class: Aws::Types::CreateApplicationSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
412 413 414 |
# File 'sig/types.rbs', line 412 def application_name @application_name end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
413 414 415 |
# File 'sig/types.rbs', line 413 def snapshot_name @snapshot_name end |