Class: Aws::Types::CopyVolumesRequest
- Inherits:
-
Object
- Object
- Aws::Types::CopyVolumesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#multi_attach_enabled ⇒ Boolean
Returns the value of attribute multi_attach_enabled.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#source_volume_id ⇒ ::String
Returns the value of attribute source_volume_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
-
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def dry_run @dry_run end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def iops @iops end |
#multi_attach_enabled ⇒ Boolean
Returns the value of attribute multi_attach_enabled.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def multi_attach_enabled @multi_attach_enabled end |
#size ⇒ ::Integer
Returns the value of attribute size.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def size @size end |
#source_volume_id ⇒ ::String
Returns the value of attribute source_volume_id.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def source_volume_id @source_volume_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def tag_specifications @tag_specifications end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def throughput @throughput end |
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def volume_type @volume_type end |