Class: Aws::Types::StartSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#parent_snapshot_id ⇒ ::String
Returns the value of attribute parent_snapshot_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
-
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
149 150 151 |
# File 'sig/types.rbs', line 149 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
148 149 150 |
# File 'sig/types.rbs', line 148 def description @description end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
150 151 152 |
# File 'sig/types.rbs', line 150 def encrypted @encrypted end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
151 152 153 |
# File 'sig/types.rbs', line 151 def kms_key_arn @kms_key_arn end |
#parent_snapshot_id ⇒ ::String
Returns the value of attribute parent_snapshot_id.
146 147 148 |
# File 'sig/types.rbs', line 146 def parent_snapshot_id @parent_snapshot_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
147 148 149 |
# File 'sig/types.rbs', line 147 def @tags end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
152 153 154 |
# File 'sig/types.rbs', line 152 def timeout @timeout end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
145 146 147 |
# File 'sig/types.rbs', line 145 def volume_size @volume_size end |