Class: Aws::Types::CopyVolumesRequest

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)


2094
2095
2096
# File 'sig/types.rbs', line 2094

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2090
2091
2092
# File 'sig/types.rbs', line 2090

def dry_run
  @dry_run
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


2087
2088
2089
# File 'sig/types.rbs', line 2087

def iops
  @iops
end

#multi_attach_enabledBoolean

Returns the value of attribute multi_attach_enabled.

Returns:

  • (Boolean)


2092
2093
2094
# File 'sig/types.rbs', line 2092

def multi_attach_enabled
  @multi_attach_enabled
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


2088
2089
2090
# File 'sig/types.rbs', line 2088

def size
  @size
end

#source_volume_id::String

Returns the value of attribute source_volume_id.

Returns:

  • (::String)


2086
2087
2088
# File 'sig/types.rbs', line 2086

def source_volume_id
  @source_volume_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2091
2092
2093
# File 'sig/types.rbs', line 2091

def tag_specifications
  @tag_specifications
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


2093
2094
2095
# File 'sig/types.rbs', line 2093

def throughput
  @throughput
end

#volume_type"standard", ...

Returns the value of attribute volume_type.

Returns:

  • ("standard", "io1", "io2", "gp2", "sc1", "st1", "gp3")


2089
2090
2091
# File 'sig/types.rbs', line 2089

def volume_type
  @volume_type
end