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.
11162 11163 11164 |
# File 'sig/types.rbs', line 11162 def client_data @client_data end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
11163 11164 11165 |
# File 'sig/types.rbs', line 11163 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
11164 11165 11166 |
# File 'sig/types.rbs', line 11164 def description @description end |
#disk_container ⇒ Types::SnapshotDiskContainer
Returns the value of attribute disk_container.
11165 11166 11167 |
# File 'sig/types.rbs', line 11165 def disk_container @disk_container end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
11166 11167 11168 |
# File 'sig/types.rbs', line 11166 def dry_run @dry_run end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
11167 11168 11169 |
# File 'sig/types.rbs', line 11167 def encrypted @encrypted end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
11168 11169 11170 |
# File 'sig/types.rbs', line 11168 def kms_key_id @kms_key_id end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
11169 11170 11171 |
# File 'sig/types.rbs', line 11169 def role_name @role_name end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
11170 11171 11172 |
# File 'sig/types.rbs', line 11170 def tag_specifications @tag_specifications end |