Module: Aws::S3Files::Client::_CreateMountTargetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateMountTargetResponse]
- 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
155 |
# File 'sig/client.rbs', line 155
def availability_zone_id: () -> ::String
|
#file_system_id ⇒ ::String
158 |
# File 'sig/client.rbs', line 158
def file_system_id: () -> ::String
|
#ipv4_address ⇒ ::String
160 |
# File 'sig/client.rbs', line 160
def ipv4_address: () -> ::String
|
#ipv6_address ⇒ ::String
161 |
# File 'sig/client.rbs', line 161
def ipv6_address: () -> ::String
|
#mount_target_id ⇒ ::String
157 |
# File 'sig/client.rbs', line 157
def mount_target_id: () -> ::String
|
#network_interface_id ⇒ ::String
162 |
# File 'sig/client.rbs', line 162
def network_interface_id: () -> ::String
|
#owner_id ⇒ ::String
156 |
# File 'sig/client.rbs', line 156
def owner_id: () -> ::String
|
#security_groups ⇒ ::Array[::String]
164 |
# File 'sig/client.rbs', line 164
def security_groups: () -> ::Array[::String]
|
#status ⇒ "available", ...
165 |
# File 'sig/client.rbs', line 165
def status: () -> ("available" | "creating" | "deleting" | "deleted" | "error" | "updating")
|
#status_message ⇒ ::String
166 |
# File 'sig/client.rbs', line 166
def status_message: () -> ::String
|
#subnet_id ⇒ ::String
159 |
# File 'sig/client.rbs', line 159
def subnet_id: () -> ::String
|
#vpc_id ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def vpc_id: () -> ::String
|