Class: Aws::Types::CopySnapshotAndUpdateVolumeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:



179
180
181
# File 'sig/types.rbs', line 179

def client_request_token
  @client_request_token
end

#copy_strategy"CLONE", ...

Returns the value of attribute copy_strategy.

Returns:



182
183
184
# File 'sig/types.rbs', line 182

def copy_strategy
  @copy_strategy
end

#options::Array[("DELETE_INTERMEDIATE_SNAPSHOTS" | "DELETE_CLONED_VOLUMES" | "DELETE_INTERMEDIATE_DATA")]

Returns the value of attribute options.

Returns:



183
184
185
# File 'sig/types.rbs', line 183

def options
  @options
end

#source_snapshot_arn::String

Returns the value of attribute source_snapshot_arn.

Returns:



181
182
183
# File 'sig/types.rbs', line 181

def source_snapshot_arn
  @source_snapshot_arn
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:



180
181
182
# File 'sig/types.rbs', line 180

def volume_id
  @volume_id
end