Class: Aws::Types::CreateReplaceRootVolumeTaskRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3072
3073
3074
# File 'sig/types.rbs', line 3072

def client_token
  @client_token
end

#delete_replaced_root_volumeBoolean

Returns the value of attribute delete_replaced_root_volume.

Returns:

  • (Boolean)


3076
3077
3078
# File 'sig/types.rbs', line 3076

def delete_replaced_root_volume
  @delete_replaced_root_volume
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3073
3074
3075
# File 'sig/types.rbs', line 3073

def dry_run
  @dry_run
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


3075
3076
3077
# File 'sig/types.rbs', line 3075

def image_id
  @image_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


3070
3071
3072
# File 'sig/types.rbs', line 3070

def instance_id
  @instance_id
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


3071
3072
3073
# File 'sig/types.rbs', line 3071

def snapshot_id
  @snapshot_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3074
3075
3076
# File 'sig/types.rbs', line 3074

def tag_specifications
  @tag_specifications
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


3078
3079
3080
# File 'sig/types.rbs', line 3078

def volume_id
  @volume_id
end

#volume_initialization_rate::Integer

Returns the value of attribute volume_initialization_rate.

Returns:

  • (::Integer)


3077
3078
3079
# File 'sig/types.rbs', line 3077

def volume_initialization_rate
  @volume_initialization_rate
end