Class: Aws::Types::SetIpAddressTypeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_bundle_updateBoolean

Returns the value of attribute accept_bundle_update.

Returns:

  • (Boolean)


2859
2860
2861
# File 'sig/types.rbs', line 2859

def accept_bundle_update
  @accept_bundle_update
end

#ip_address_type"dualstack", ...

Returns the value of attribute ip_address_type.

Returns:

  • ("dualstack", "ipv4", "ipv6")


2858
2859
2860
# File 'sig/types.rbs', line 2858

def ip_address_type
  @ip_address_type
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


2857
2858
2859
# File 'sig/types.rbs', line 2857

def resource_name
  @resource_name
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.



2856
2857
2858
# File 'sig/types.rbs', line 2856

def resource_type
  @resource_type
end