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)


3802
3803
3804
# File 'sig/types.rbs', line 3802

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


3803
3804
3805
# File 'sig/types.rbs', line 3803

def availability_zone_id
  @availability_zone_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3814
3815
3816
# File 'sig/types.rbs', line 3814

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3817
3818
3819
# File 'sig/types.rbs', line 3817

def dry_run
  @dry_run
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


3804
3805
3806
# File 'sig/types.rbs', line 3804

def encrypted
  @encrypted
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


3805
3806
3807
# File 'sig/types.rbs', line 3805

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


3806
3807
3808
# File 'sig/types.rbs', line 3806

def kms_key_id
  @kms_key_id
end

#multi_attach_enabledBoolean

Returns the value of attribute multi_attach_enabled.

Returns:

  • (Boolean)


3812
3813
3814
# File 'sig/types.rbs', line 3812

def multi_attach_enabled
  @multi_attach_enabled
end

#operatorTypes::OperatorRequest

Returns the value of attribute operator.



3816
3817
3818
# File 'sig/types.rbs', line 3816

def operator
  @operator
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


3807
3808
3809
# File 'sig/types.rbs', line 3807

def outpost_arn
  @outpost_arn
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


3808
3809
3810
# File 'sig/types.rbs', line 3808

def size
  @size
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


3809
3810
3811
# File 'sig/types.rbs', line 3809

def snapshot_id
  @snapshot_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3811
3812
3813
# File 'sig/types.rbs', line 3811

def tag_specifications
  @tag_specifications
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


3813
3814
3815
# File 'sig/types.rbs', line 3813

def throughput
  @throughput
end

#volume_initialization_rate::Integer

Returns the value of attribute volume_initialization_rate.

Returns:

  • (::Integer)


3815
3816
3817
# File 'sig/types.rbs', line 3815

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")


3810
3811
3812
# File 'sig/types.rbs', line 3810

def volume_type
  @volume_type
end