Module: Aws::EC2::Client::_AllocateAddressResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AllocateAddressResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allocation_id ⇒ ::String
- #carrier_ip ⇒ ::String
- #customer_owned_ip ⇒ ::String
- #customer_owned_ipv_4_pool ⇒ ::String
- #domain ⇒ "vpc", "standard"
- #network_border_group ⇒ ::String
- #public_ip ⇒ ::String
- #public_ipv_4_pool ⇒ ::String
Instance Method Details
#allocation_id ⇒ ::String
215 |
# File 'sig/client.rbs', line 215
def allocation_id: () -> ::String
|
#carrier_ip ⇒ ::String
221 |
# File 'sig/client.rbs', line 221
def carrier_ip: () -> ::String
|
#customer_owned_ip ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def customer_owned_ip: () -> ::String
|
#customer_owned_ipv_4_pool ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def customer_owned_ipv_4_pool: () -> ::String
|
#domain ⇒ "vpc", "standard"
218 |
# File 'sig/client.rbs', line 218
def domain: () -> ("vpc" | "standard")
|
#network_border_group ⇒ ::String
217 |
# File 'sig/client.rbs', line 217
def network_border_group: () -> ::String
|
#public_ip ⇒ ::String
222 |
# File 'sig/client.rbs', line 222
def public_ip: () -> ::String
|
#public_ipv_4_pool ⇒ ::String
216 |
# File 'sig/client.rbs', line 216
def public_ipv_4_pool: () -> ::String
|