Class: Aws::Types::SetIpAddressTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetIpAddressTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_bundle_update ⇒ Boolean
Returns the value of attribute accept_bundle_update.
-
#ip_address_type ⇒ "dualstack", ...
Returns the value of attribute ip_address_type.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#accept_bundle_update ⇒ Boolean
Returns the value of attribute accept_bundle_update.
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.
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.
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 |