Module: Aws::EFS::Client::_CreateMountTargetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::MountTargetDescription]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #availability_zone_id ⇒ ::String
- #availability_zone_name ⇒ ::String
- #file_system_id ⇒ ::String
- #ip_address ⇒ ::String
- #ipv_6_address ⇒ ::String
- #life_cycle_state ⇒ "creating", ...
- #mount_target_id ⇒ ::String
- #network_interface_id ⇒ ::String
- #owner_id ⇒ ::String
- #subnet_id ⇒ ::String
- #vpc_id ⇒ ::String
Instance Method Details
#availability_zone_id ⇒ ::String
170 |
# File 'sig/client.rbs', line 170
def availability_zone_id: () -> ::String
|
#availability_zone_name ⇒ ::String
171 |
# File 'sig/client.rbs', line 171
def availability_zone_name: () -> ::String
|
#file_system_id ⇒ ::String
164 |
# File 'sig/client.rbs', line 164
def file_system_id: () -> ::String
|
#ip_address ⇒ ::String
167 |
# File 'sig/client.rbs', line 167
def ip_address: () -> ::String
|
#ipv_6_address ⇒ ::String
168 |
# File 'sig/client.rbs', line 168
def ipv_6_address: () -> ::String
|
#life_cycle_state ⇒ "creating", ...
166 |
# File 'sig/client.rbs', line 166
def life_cycle_state: () -> ("creating" | "available" | "updating" | "deleting" | "deleted" | "error")
|
#mount_target_id ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def mount_target_id: () -> ::String
|
#network_interface_id ⇒ ::String
169 |
# File 'sig/client.rbs', line 169
def network_interface_id: () -> ::String
|
#owner_id ⇒ ::String
162 |
# File 'sig/client.rbs', line 162
def owner_id: () -> ::String
|
#subnet_id ⇒ ::String
165 |
# File 'sig/client.rbs', line 165
def subnet_id: () -> ::String
|
#vpc_id ⇒ ::String
172 |
# File 'sig/client.rbs', line 172
def vpc_id: () -> ::String
|