Class: Aws::Types::CreateVolumeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


3852
3853
3854
# File 'sig/types.rbs', line 3852

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


3853
3854
3855
# File 'sig/types.rbs', line 3853

def availability_zone_id
  @availability_zone_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3864
3865
3866
# File 'sig/types.rbs', line 3864

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3867
3868
3869
# File 'sig/types.rbs', line 3867

def dry_run
  @dry_run
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


3854
3855
3856
# File 'sig/types.rbs', line 3854

def encrypted
  @encrypted
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


3855
3856
3857
# File 'sig/types.rbs', line 3855

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


3856
3857
3858
# File 'sig/types.rbs', line 3856

def kms_key_id
  @kms_key_id
end

#multi_attach_enabledBoolean

Returns the value of attribute multi_attach_enabled.

Returns:

  • (Boolean)


3862
3863
3864
# File 'sig/types.rbs', line 3862

def multi_attach_enabled
  @multi_attach_enabled
end

#operatorTypes::OperatorRequest

Returns the value of attribute operator.



3866
3867
3868
# File 'sig/types.rbs', line 3866

def operator
  @operator
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


3857
3858
3859
# File 'sig/types.rbs', line 3857

def outpost_arn
  @outpost_arn
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


3858
3859
3860
# File 'sig/types.rbs', line 3858

def size
  @size
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


3859
3860
3861
# File 'sig/types.rbs', line 3859

def snapshot_id
  @snapshot_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3861
3862
3863
# File 'sig/types.rbs', line 3861

def tag_specifications
  @tag_specifications
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


3863
3864
3865
# File 'sig/types.rbs', line 3863

def throughput
  @throughput
end

#volume_initialization_rate::Integer

Returns the value of attribute volume_initialization_rate.

Returns:

  • (::Integer)


3865
3866
3867
# File 'sig/types.rbs', line 3865

def volume_initialization_rate
  @volume_initialization_rate
end

#volume_type"standard", ...

Returns the value of attribute volume_type.

Returns:

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


3860
3861
3862
# File 'sig/types.rbs', line 3860

def volume_type
  @volume_type
end