Class: Aws::Types::ModifyPublicIpDnsNameOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyPublicIpDnsNameOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#hostname_type ⇒ "public-dual-stack-dns-name", ...
Returns the value of attribute hostname_type.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14105 14106 14107 |
# File 'sig/types.rbs', line 14105 def dry_run @dry_run end |
#hostname_type ⇒ "public-dual-stack-dns-name", ...
Returns the value of attribute hostname_type.
14104 14105 14106 |
# File 'sig/types.rbs', line 14104 def hostname_type @hostname_type end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
14103 14104 14105 |
# File 'sig/types.rbs', line 14103 def network_interface_id @network_interface_id end |