Module: Aws::EFS::Client::_CreateFileSystemResponseSuccess
- 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
137 |
# File 'sig/client.rbs', line 137 def availability_zone_id: () -> ::String |
#availability_zone_name ⇒ ::String
136 |
# File 'sig/client.rbs', line 136 def availability_zone_name: () -> ::String |
#creation_time ⇒ ::Time
126 |
# File 'sig/client.rbs', line 126 def creation_time: () -> ::Time |
#creation_token ⇒ ::String
123 |
# File 'sig/client.rbs', line 123 def creation_token: () -> ::String |
#encrypted ⇒ Boolean
132 |
# File 'sig/client.rbs', line 132 def encrypted: () -> bool |
#file_system_arn ⇒ ::String
125 |
# File 'sig/client.rbs', line 125 def file_system_arn: () -> ::String |
#file_system_id ⇒ ::String
124 |
# File 'sig/client.rbs', line 124 def file_system_id: () -> ::String |
#file_system_protection ⇒ Types::FileSystemProtectionDescription
139 |
# File 'sig/client.rbs', line 139 def file_system_protection: () -> Types::FileSystemProtectionDescription |
#kms_key_id ⇒ ::String
133 |
# File 'sig/client.rbs', line 133 def kms_key_id: () -> ::String |
#life_cycle_state ⇒ "creating", ...
127 |
# File 'sig/client.rbs', line 127 def life_cycle_state: () -> ("creating" | "available" | "updating" | "deleting" | "deleted" | "error") |
#name ⇒ ::String
128 |
# File 'sig/client.rbs', line 128 def name: () -> ::String |
#number_of_mount_targets ⇒ ::Integer
129 |
# File 'sig/client.rbs', line 129 def number_of_mount_targets: () -> ::Integer |
#owner_id ⇒ ::String
122 |
# File 'sig/client.rbs', line 122 def owner_id: () -> ::String |
#performance_mode ⇒ "generalPurpose", "maxIO"
131 |
# File 'sig/client.rbs', line 131 def performance_mode: () -> ("generalPurpose" | "maxIO") |
#provisioned_throughput_in_mibps ⇒ ::Float
135 |
# File 'sig/client.rbs', line 135 def provisioned_throughput_in_mibps: () -> ::Float |
#size_in_bytes ⇒ Types::FileSystemSize
130 |
# File 'sig/client.rbs', line 130 def size_in_bytes: () -> Types::FileSystemSize |
#tags ⇒ ::Array[Types::Tag]
138 |
# File 'sig/client.rbs', line 138 def tags: () -> ::Array[Types::Tag] |
#throughput_mode ⇒ "bursting", ...
134 |
# File 'sig/client.rbs', line 134 def throughput_mode: () -> ("bursting" | "provisioned" | "elastic") |