Class: Aws::Types::AssociateResolverEndpointIpAddressRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateResolverEndpointIpAddressRequest
- 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.
34 35 36 |
# File 'sig/types.rbs', line 34 def ip_address @ip_address end |
#resolver_endpoint_id ⇒ ::String
Returns the value of attribute resolver_endpoint_id.
33 34 35 |
# File 'sig/types.rbs', line 33 def resolver_endpoint_id @resolver_endpoint_id end |