Class: Aws::Types::FileSystemDescription
- Inherits:
-
Object
- Object
- Aws::Types::FileSystemDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#availability_zone_name ⇒ ::String
Returns the value of attribute availability_zone_name.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#creation_token ⇒ ::String
Returns the value of attribute creation_token.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#file_system_arn ⇒ ::String
Returns the value of attribute file_system_arn.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#file_system_protection ⇒ Types::FileSystemProtectionDescription
Returns the value of attribute file_system_protection.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#life_cycle_state ⇒ "creating", ...
Returns the value of attribute life_cycle_state.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#number_of_mount_targets ⇒ ::Integer
Returns the value of attribute number_of_mount_targets.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_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.
-
#size_in_bytes ⇒ Types::FileSystemSize
Returns the value of attribute size_in_bytes.
-
#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_id ⇒ ::String
Returns the value of attribute availability_zone_id.
313 314 315 |
# File 'sig/types.rbs', line 313 def availability_zone_id @availability_zone_id end |
#availability_zone_name ⇒ ::String
Returns the value of attribute availability_zone_name.
312 313 314 |
# File 'sig/types.rbs', line 312 def availability_zone_name @availability_zone_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
302 303 304 |
# File 'sig/types.rbs', line 302 def creation_time @creation_time end |
#creation_token ⇒ ::String
Returns the value of attribute creation_token.
299 300 301 |
# File 'sig/types.rbs', line 299 def creation_token @creation_token end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
308 309 310 |
# File 'sig/types.rbs', line 308 def encrypted @encrypted end |
#file_system_arn ⇒ ::String
Returns the value of attribute file_system_arn.
301 302 303 |
# File 'sig/types.rbs', line 301 def file_system_arn @file_system_arn end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
300 301 302 |
# File 'sig/types.rbs', line 300 def file_system_id @file_system_id end |
#file_system_protection ⇒ Types::FileSystemProtectionDescription
Returns the value of attribute file_system_protection.
315 316 317 |
# File 'sig/types.rbs', line 315 def file_system_protection @file_system_protection end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
309 310 311 |
# File 'sig/types.rbs', line 309 def kms_key_id @kms_key_id end |
#life_cycle_state ⇒ "creating", ...
Returns the value of attribute life_cycle_state.
303 304 305 |
# File 'sig/types.rbs', line 303 def life_cycle_state @life_cycle_state end |
#name ⇒ ::String
Returns the value of attribute name.
304 305 306 |
# File 'sig/types.rbs', line 304 def name @name end |
#number_of_mount_targets ⇒ ::Integer
Returns the value of attribute number_of_mount_targets.
305 306 307 |
# File 'sig/types.rbs', line 305 def number_of_mount_targets @number_of_mount_targets end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
298 299 300 |
# File 'sig/types.rbs', line 298 def owner_id @owner_id end |
#performance_mode ⇒ "generalPurpose", "maxIO"
Returns the value of attribute performance_mode.
307 308 309 |
# File 'sig/types.rbs', line 307 def performance_mode @performance_mode end |
#provisioned_throughput_in_mibps ⇒ ::Float
Returns the value of attribute provisioned_throughput_in_mibps.
311 312 313 |
# File 'sig/types.rbs', line 311 def provisioned_throughput_in_mibps @provisioned_throughput_in_mibps end |
#size_in_bytes ⇒ Types::FileSystemSize
Returns the value of attribute size_in_bytes.
306 307 308 |
# File 'sig/types.rbs', line 306 def size_in_bytes @size_in_bytes end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
314 315 316 |
# File 'sig/types.rbs', line 314 def end |
#throughput_mode ⇒ "bursting", ...
Returns the value of attribute throughput_mode.
310 311 312 |
# File 'sig/types.rbs', line 310 def throughput_mode @throughput_mode end |