Class: Aws::Types::CreateReplaceRootVolumeTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateReplaceRootVolumeTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#delete_replaced_root_volume ⇒ Boolean
Returns the value of attribute delete_replaced_root_volume.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
-
#volume_initialization_rate ⇒ ::Integer
Returns the value of attribute volume_initialization_rate.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2960 2961 2962 |
# File 'sig/types.rbs', line 2960 def client_token @client_token end |
#delete_replaced_root_volume ⇒ Boolean
Returns the value of attribute delete_replaced_root_volume.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def delete_replaced_root_volume @delete_replaced_root_volume end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
2963 2964 2965 |
# File 'sig/types.rbs', line 2963 def image_id @image_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2958 2959 2960 |
# File 'sig/types.rbs', line 2958 def instance_id @instance_id end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
2959 2960 2961 |
# File 'sig/types.rbs', line 2959 def snapshot_id @snapshot_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2962 2963 2964 |
# File 'sig/types.rbs', line 2962 def tag_specifications @tag_specifications end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
2966 2967 2968 |
# File 'sig/types.rbs', line 2966 def volume_id @volume_id end |
#volume_initialization_rate ⇒ ::Integer
Returns the value of attribute volume_initialization_rate.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def volume_initialization_rate @volume_initialization_rate end |