Module: Aws::S3Files::Client::_UpdateMountTargetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateMountTargetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #availability_zone_id ⇒ ::String
- #file_system_id ⇒ ::String
- #ipv4_address ⇒ ::String
- #ipv6_address ⇒ ::String
- #mount_target_id ⇒ ::String
- #network_interface_id ⇒ ::String
- #owner_id ⇒ ::String
- #security_groups ⇒ ::Array[::String]
- #status ⇒ "available", ...
- #status_message ⇒ ::String
- #subnet_id ⇒ ::String
- #vpc_id ⇒ ::String
Instance Method Details
#availability_zone_id ⇒ ::String
395 |
# File 'sig/client.rbs', line 395
def availability_zone_id: () -> ::String
|
#file_system_id ⇒ ::String
398 |
# File 'sig/client.rbs', line 398
def file_system_id: () -> ::String
|
#ipv4_address ⇒ ::String
400 |
# File 'sig/client.rbs', line 400
def ipv4_address: () -> ::String
|
#ipv6_address ⇒ ::String
401 |
# File 'sig/client.rbs', line 401
def ipv6_address: () -> ::String
|
#mount_target_id ⇒ ::String
397 |
# File 'sig/client.rbs', line 397
def mount_target_id: () -> ::String
|
#network_interface_id ⇒ ::String
402 |
# File 'sig/client.rbs', line 402
def network_interface_id: () -> ::String
|
#owner_id ⇒ ::String
396 |
# File 'sig/client.rbs', line 396
def owner_id: () -> ::String
|
#security_groups ⇒ ::Array[::String]
404 |
# File 'sig/client.rbs', line 404
def security_groups: () -> ::Array[::String]
|
#status ⇒ "available", ...
405 |
# File 'sig/client.rbs', line 405
def status: () -> ("available" | "creating" | "deleting" | "deleted" | "error" | "updating")
|
#status_message ⇒ ::String
406 |
# File 'sig/client.rbs', line 406
def status_message: () -> ::String
|
#subnet_id ⇒ ::String
399 |
# File 'sig/client.rbs', line 399
def subnet_id: () -> ::String
|
#vpc_id ⇒ ::String
403 |
# File 'sig/client.rbs', line 403
def vpc_id: () -> ::String
|