Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Describes the options for Amazon EC2 instance hostnames.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_resource_name_dns_a_record ⇒ Boolean
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
-
#enable_resource_name_dns_aaaa_record ⇒ Boolean
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
-
#hostname_type ⇒ String
The type of hostname for EC2 instances.
Instance Attribute Details
#enable_resource_name_dns_a_record ⇒ Boolean
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
8106 8107 8108 8109 8110 8111 8112 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8106 class AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails < Struct.new( :enable_resource_name_dns_aaaa_record, :enable_resource_name_dns_a_record, :hostname_type) SENSITIVE = [] include Aws::Structure end |
#enable_resource_name_dns_aaaa_record ⇒ Boolean
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
8106 8107 8108 8109 8110 8111 8112 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8106 class AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails < Struct.new( :enable_resource_name_dns_aaaa_record, :enable_resource_name_dns_a_record, :hostname_type) SENSITIVE = [] include Aws::Structure end |
#hostname_type ⇒ String
The type of hostname for EC2 instances.
8106 8107 8108 8109 8110 8111 8112 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8106 class AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails < Struct.new( :enable_resource_name_dns_aaaa_record, :enable_resource_name_dns_a_record, :hostname_type) SENSITIVE = [] include Aws::Structure end |