Class: Aws::Types::ImportSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_data ⇒ Types::ClientData
Returns the value of attribute client_data.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disk_container ⇒ Types::SnapshotDiskContainer
Returns the value of attribute disk_container.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_data ⇒ Types::ClientData
Returns the value of attribute client_data.
11423 11424 11425 |
# File 'sig/types.rbs', line 11423 def client_data @client_data end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
11424 11425 11426 |
# File 'sig/types.rbs', line 11424 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
11425 11426 11427 |
# File 'sig/types.rbs', line 11425 def description @description end |
#disk_container ⇒ Types::SnapshotDiskContainer
Returns the value of attribute disk_container.
11426 11427 11428 |
# File 'sig/types.rbs', line 11426 def disk_container @disk_container end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
11427 11428 11429 |
# File 'sig/types.rbs', line 11427 def dry_run @dry_run end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
11428 11429 11430 |
# File 'sig/types.rbs', line 11428 def encrypted @encrypted end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
11429 11430 11431 |
# File 'sig/types.rbs', line 11429 def kms_key_id @kms_key_id end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
11430 11431 11432 |
# File 'sig/types.rbs', line 11430 def role_name @role_name end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
11431 11432 11433 |
# File 'sig/types.rbs', line 11431 def tag_specifications @tag_specifications end |