Class: Aws::Types::AssociateResolverEndpointIpAddressRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_addressTypes::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.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def resolver_endpoint_id
  @resolver_endpoint_id
end