Module: Aws::EFS::Client::_UpdateFileSystemResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::FileSystemDescription]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #availability_zone_id ⇒ ::String
- #availability_zone_name ⇒ ::String
- #creation_time ⇒ ::Time
- #creation_token ⇒ ::String
- #encrypted ⇒ Boolean
- #file_system_arn ⇒ ::String
- #file_system_id ⇒ ::String
- #file_system_protection ⇒ Types::FileSystemProtectionDescription
- #kms_key_id ⇒ ::String
- #life_cycle_state ⇒ "creating", ...
- #name ⇒ ::String
- #number_of_mount_targets ⇒ ::Integer
- #owner_id ⇒ ::String
- #performance_mode ⇒ "generalPurpose", "maxIO"
- #provisioned_throughput_in_mibps ⇒ ::Float
- #size_in_bytes ⇒ Types::FileSystemSize
- #tags ⇒ ::Array[Types::Tag]
- #throughput_mode ⇒ "bursting", ...
Instance Method Details
#availability_zone_id ⇒ ::String
494 |
# File 'sig/client.rbs', line 494
def availability_zone_id: () -> ::String
|
#availability_zone_name ⇒ ::String
493 |
# File 'sig/client.rbs', line 493
def availability_zone_name: () -> ::String
|
#creation_time ⇒ ::Time
483 |
# File 'sig/client.rbs', line 483
def creation_time: () -> ::Time
|
#creation_token ⇒ ::String
480 |
# File 'sig/client.rbs', line 480
def creation_token: () -> ::String
|
#encrypted ⇒ Boolean
489 |
# File 'sig/client.rbs', line 489
def encrypted: () -> bool
|
#file_system_arn ⇒ ::String
482 |
# File 'sig/client.rbs', line 482
def file_system_arn: () -> ::String
|
#file_system_id ⇒ ::String
481 |
# File 'sig/client.rbs', line 481
def file_system_id: () -> ::String
|
#file_system_protection ⇒ Types::FileSystemProtectionDescription
496 |
# File 'sig/client.rbs', line 496
def file_system_protection: () -> Types::FileSystemProtectionDescription
|
#kms_key_id ⇒ ::String
490 |
# File 'sig/client.rbs', line 490
def kms_key_id: () -> ::String
|
#life_cycle_state ⇒ "creating", ...
484 |
# File 'sig/client.rbs', line 484
def life_cycle_state: () -> ("creating" | "available" | "updating" | "deleting" | "deleted" | "error")
|
#name ⇒ ::String
485 |
# File 'sig/client.rbs', line 485
def name: () -> ::String
|
#number_of_mount_targets ⇒ ::Integer
486 |
# File 'sig/client.rbs', line 486
def number_of_mount_targets: () -> ::Integer
|
#owner_id ⇒ ::String
479 |
# File 'sig/client.rbs', line 479
def owner_id: () -> ::String
|
#performance_mode ⇒ "generalPurpose", "maxIO"
488 |
# File 'sig/client.rbs', line 488
def performance_mode: () -> ("generalPurpose" | "maxIO")
|
#provisioned_throughput_in_mibps ⇒ ::Float
492 |
# File 'sig/client.rbs', line 492
def provisioned_throughput_in_mibps: () -> ::Float
|
#size_in_bytes ⇒ Types::FileSystemSize
487 |
# File 'sig/client.rbs', line 487
def size_in_bytes: () -> Types::FileSystemSize
|
#tags ⇒ ::Array[Types::Tag]
495 |
# File 'sig/client.rbs', line 495
def tags: () -> ::Array[Types::Tag]
|
#throughput_mode ⇒ "bursting", ...
491 |
# File 'sig/client.rbs', line 491
def throughput_mode: () -> ("bursting" | "provisioned" | "elastic")
|