Class: Aws::Types::TaskManagedEBSVolumeConfiguration

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#encryptedBoolean

Returns the value of attribute encrypted.



2723
2724
2725
# File 'sig/types.rbs', line 2723

def encrypted
  @encrypted
end

#filesystem_type"ext3", ...

Returns the value of attribute filesystem_type.



2734
2735
2736
# File 'sig/types.rbs', line 2734

def filesystem_type
  @filesystem_type
end

#iops::Integer

Returns the value of attribute iops.



2729
2730
2731
# File 'sig/types.rbs', line 2729

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.



2724
2725
2726
# File 'sig/types.rbs', line 2724

def kms_key_id
  @kms_key_id
end

#role_arn::String

Returns the value of attribute role_arn.



2732
2733
2734
# File 'sig/types.rbs', line 2732

def role_arn
  @role_arn
end

#size_in_gi_b::Integer

Returns the value of attribute size_in_gi_b.



2726
2727
2728
# File 'sig/types.rbs', line 2726

def size_in_gi_b
  @size_in_gi_b
end

#snapshot_id::String

Returns the value of attribute snapshot_id.



2727
2728
2729
# File 'sig/types.rbs', line 2727

def snapshot_id
  @snapshot_id
end

#tag_specifications::Array[Types::EBSTagSpecification]

Returns the value of attribute tag_specifications.



2731
2732
2733
# File 'sig/types.rbs', line 2731

def tag_specifications
  @tag_specifications
end

#termination_policyTypes::TaskManagedEBSVolumeTerminationPolicy

Returns the value of attribute termination_policy.



2733
2734
2735
# File 'sig/types.rbs', line 2733

def termination_policy
  @termination_policy
end

#throughput::Integer

Returns the value of attribute throughput.



2730
2731
2732
# File 'sig/types.rbs', line 2730

def throughput
  @throughput
end

#volume_initialization_rate::Integer

Returns the value of attribute volume_initialization_rate.



2728
2729
2730
# File 'sig/types.rbs', line 2728

def volume_initialization_rate
  @volume_initialization_rate
end

#volume_type::String

Returns the value of attribute volume_type.



2725
2726
2727
# File 'sig/types.rbs', line 2725

def volume_type
  @volume_type
end