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)


3690
3691
3692
# File 'sig/types.rbs', line 3690

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


3691
3692
3693
# File 'sig/types.rbs', line 3691

def availability_zone_id
  @availability_zone_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3702
3703
3704
# File 'sig/types.rbs', line 3702

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3705
3706
3707
# File 'sig/types.rbs', line 3705

def dry_run
  @dry_run
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


3692
3693
3694
# File 'sig/types.rbs', line 3692

def encrypted
  @encrypted
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


3693
3694
3695
# File 'sig/types.rbs', line 3693

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


3694
3695
3696
# File 'sig/types.rbs', line 3694

def kms_key_id
  @kms_key_id
end

#multi_attach_enabledBoolean

Returns the value of attribute multi_attach_enabled.

Returns:

  • (Boolean)


3700
3701
3702
# File 'sig/types.rbs', line 3700

def multi_attach_enabled
  @multi_attach_enabled
end

#operatorTypes::OperatorRequest

Returns the value of attribute operator.



3704
3705
3706
# File 'sig/types.rbs', line 3704

def operator
  @operator
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


3695
3696
3697
# File 'sig/types.rbs', line 3695

def outpost_arn
  @outpost_arn
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


3696
3697
3698
# File 'sig/types.rbs', line 3696

def size
  @size
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


3697
3698
3699
# File 'sig/types.rbs', line 3697

def snapshot_id
  @snapshot_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3699
3700
3701
# File 'sig/types.rbs', line 3699

def tag_specifications
  @tag_specifications
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


3701
3702
3703
# File 'sig/types.rbs', line 3701

def throughput
  @throughput
end

#volume_initialization_rate::Integer

Returns the value of attribute volume_initialization_rate.

Returns:

  • (::Integer)


3703
3704
3705
# File 'sig/types.rbs', line 3703

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


3698
3699
3700
# File 'sig/types.rbs', line 3698

def volume_type
  @volume_type
end