Class: Aws::Types::RestoreFromSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::RestoreFromSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_password_secret_kms_key_id ⇒ ::String
Returns the value of attribute admin_password_secret_kms_key_id.
-
#maintain_integration ⇒ Boolean
Returns the value of attribute maintain_integration.
-
#manage_admin_password ⇒ Boolean
Returns the value of attribute manage_admin_password.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#admin_password_secret_kms_key_id ⇒ ::String
Returns the value of attribute admin_password_secret_kms_key_id.
811 812 813 |
# File 'sig/types.rbs', line 811 def admin_password_secret_kms_key_id @admin_password_secret_kms_key_id end |
#maintain_integration ⇒ Boolean
Returns the value of attribute maintain_integration.
812 813 814 |
# File 'sig/types.rbs', line 812 def maintain_integration @maintain_integration end |
#manage_admin_password ⇒ Boolean
Returns the value of attribute manage_admin_password.
813 814 815 |
# File 'sig/types.rbs', line 813 def manage_admin_password @manage_admin_password end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
814 815 816 |
# File 'sig/types.rbs', line 814 def namespace_name @namespace_name end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
815 816 817 |
# File 'sig/types.rbs', line 815 def owner_account @owner_account end |
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
816 817 818 |
# File 'sig/types.rbs', line 816 def snapshot_arn @snapshot_arn end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
817 818 819 |
# File 'sig/types.rbs', line 817 def snapshot_name @snapshot_name end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
818 819 820 |
# File 'sig/types.rbs', line 818 def workgroup_name @workgroup_name end |