Class: Aws::Types::ModifyPrivateDnsNameOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyPrivateDnsNameOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#enable_resource_name_dns_a_record ⇒ Boolean
Returns the value of attribute enable_resource_name_dns_a_record.
-
#enable_resource_name_dns_aaaa_record ⇒ Boolean
Returns the value of attribute enable_resource_name_dns_aaaa_record.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#private_dns_hostname_type ⇒ "ip-name", "resource-name"
Returns the value of attribute private_dns_hostname_type.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13792 13793 13794 |
# File 'sig/types.rbs', line 13792 def dry_run @dry_run end |
#enable_resource_name_dns_a_record ⇒ Boolean
Returns the value of attribute enable_resource_name_dns_a_record.
13795 13796 13797 |
# File 'sig/types.rbs', line 13795 def enable_resource_name_dns_a_record @enable_resource_name_dns_a_record end |
#enable_resource_name_dns_aaaa_record ⇒ Boolean
Returns the value of attribute enable_resource_name_dns_aaaa_record.
13796 13797 13798 |
# File 'sig/types.rbs', line 13796 def enable_resource_name_dns_aaaa_record @enable_resource_name_dns_aaaa_record end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
13793 13794 13795 |
# File 'sig/types.rbs', line 13793 def instance_id @instance_id end |
#private_dns_hostname_type ⇒ "ip-name", "resource-name"
Returns the value of attribute private_dns_hostname_type.
13794 13795 13796 |
# File 'sig/types.rbs', line 13794 def private_dns_hostname_type @private_dns_hostname_type end |