Class: Aws::Types::CreateVolumeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_token, :kms_key_id])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def availability_zone
  @availability_zone
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def client_token
  @client_token
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


76
77
78
# File 'sig/types.rbs', line 76

def encrypted
  @encrypted
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


77
78
79
# File 'sig/types.rbs', line 77

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def kms_key_id
  @kms_key_id
end

#size_in_gb::Integer

Returns the value of attribute size_in_gb.

Returns:

  • (::Integer)


79
80
81
# File 'sig/types.rbs', line 79

def size_in_gb
  @size_in_gb
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def snapshot_id
  @snapshot_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



81
82
83
# File 'sig/types.rbs', line 81

def tag_specifications
  @tag_specifications
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


82
83
84
# File 'sig/types.rbs', line 82

def throughput
  @throughput
end

#volume_type"standard", ...

Returns the value of attribute volume_type.

Returns:

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


83
84
85
# File 'sig/types.rbs', line 83

def volume_type
  @volume_type
end