Module: Aws::S3Files::Client::_GetMountTargetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMountTargetResponse]
- 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
258 |
# File 'sig/client.rbs', line 258
def availability_zone_id: () -> ::String
|
#file_system_id ⇒ ::String
261 |
# File 'sig/client.rbs', line 261
def file_system_id: () -> ::String
|
#ipv4_address ⇒ ::String
263 |
# File 'sig/client.rbs', line 263
def ipv4_address: () -> ::String
|
#ipv6_address ⇒ ::String
264 |
# File 'sig/client.rbs', line 264
def ipv6_address: () -> ::String
|
#mount_target_id ⇒ ::String
260 |
# File 'sig/client.rbs', line 260
def mount_target_id: () -> ::String
|
#network_interface_id ⇒ ::String
265 |
# File 'sig/client.rbs', line 265
def network_interface_id: () -> ::String
|
#owner_id ⇒ ::String
259 |
# File 'sig/client.rbs', line 259
def owner_id: () -> ::String
|
#security_groups ⇒ ::Array[::String]
267 |
# File 'sig/client.rbs', line 267
def security_groups: () -> ::Array[::String]
|
#status ⇒ "available", ...
268 |
# File 'sig/client.rbs', line 268
def status: () -> ("available" | "creating" | "deleting" | "deleted" | "error" | "updating")
|
#status_message ⇒ ::String
269 |
# File 'sig/client.rbs', line 269
def status_message: () -> ::String
|
#subnet_id ⇒ ::String
262 |
# File 'sig/client.rbs', line 262
def subnet_id: () -> ::String
|
#vpc_id ⇒ ::String
266 |
# File 'sig/client.rbs', line 266
def vpc_id: () -> ::String
|