Class: Aws::Types::DisassociateResolverEndpointIpAddressRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateResolverEndpointIpAddressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address ⇒ Types::IpAddressUpdate
Returns the value of attribute ip_address.
-
#resolver_endpoint_id ⇒ ::String
Returns the value of attribute resolver_endpoint_id.
Instance Attribute Details
#ip_address ⇒ Types::IpAddressUpdate
Returns the value of attribute ip_address.
353 354 355 |
# File 'sig/types.rbs', line 353 def ip_address @ip_address end |
#resolver_endpoint_id ⇒ ::String
Returns the value of attribute resolver_endpoint_id.
352 353 354 |
# File 'sig/types.rbs', line 352 def resolver_endpoint_id @resolver_endpoint_id end |