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.
13808 13809 13810 |
# File 'sig/types.rbs', line 13808 def dry_run @dry_run end |
#hostname_type ⇒ "public-dual-stack-dns-name", ...
Returns the value of attribute hostname_type.
13807 13808 13809 |
# File 'sig/types.rbs', line 13807 def hostname_type @hostname_type end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
13806 13807 13808 |
# File 'sig/types.rbs', line 13806 def network_interface_id @network_interface_id end |