Class: Aws::Types::CreateFileSystemRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFileSystemRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_name ⇒ ::String
Returns the value of attribute availability_zone_name.
-
#backup ⇒ Boolean
Returns the value of attribute backup.
-
#creation_token ⇒ ::String
Returns the value of attribute creation_token.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#performance_mode ⇒ "generalPurpose", "maxIO"
Returns the value of attribute performance_mode.
-
#provisioned_throughput_in_mibps ⇒ ::Float
Returns the value of attribute provisioned_throughput_in_mibps.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#throughput_mode ⇒ "bursting", ...
Returns the value of attribute throughput_mode.
Instance Attribute Details
#availability_zone_name ⇒ ::String
Returns the value of attribute availability_zone_name.
88 89 90 |
# File 'sig/types.rbs', line 88 def availability_zone_name @availability_zone_name end |
#backup ⇒ Boolean
Returns the value of attribute backup.
89 90 91 |
# File 'sig/types.rbs', line 89 def backup @backup end |
#creation_token ⇒ ::String
Returns the value of attribute creation_token.
82 83 84 |
# File 'sig/types.rbs', line 82 def creation_token @creation_token end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
84 85 86 |
# File 'sig/types.rbs', line 84 def encrypted @encrypted end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
85 86 87 |
# File 'sig/types.rbs', line 85 def kms_key_id @kms_key_id end |
#performance_mode ⇒ "generalPurpose", "maxIO"
Returns the value of attribute performance_mode.
83 84 85 |
# File 'sig/types.rbs', line 83 def performance_mode @performance_mode end |
#provisioned_throughput_in_mibps ⇒ ::Float
Returns the value of attribute provisioned_throughput_in_mibps.
87 88 89 |
# File 'sig/types.rbs', line 87 def provisioned_throughput_in_mibps @provisioned_throughput_in_mibps end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
90 91 92 |
# File 'sig/types.rbs', line 90 def end |
#throughput_mode ⇒ "bursting", ...
Returns the value of attribute throughput_mode.
86 87 88 |
# File 'sig/types.rbs', line 86 def throughput_mode @throughput_mode end |