Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Describes the options for Amazon EC2 instance hostnames.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_resource_name_dns_a_recordBoolean

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

Returns:

  • (Boolean)


8113
8114
8115
8116
8117
8118
8119
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8113

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_recordBoolean

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

Returns:

  • (Boolean)


8113
8114
8115
8116
8117
8118
8119
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8113

class AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails < Struct.new(
  :enable_resource_name_dns_aaaa_record,
  :enable_resource_name_dns_a_record,
  :hostname_type)
  SENSITIVE = []
  include Aws::Structure
end

#hostname_typeString

The type of hostname for EC2 instances.

Returns:

  • (String)


8113
8114
8115
8116
8117
8118
8119
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8113

class AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails < Struct.new(
  :enable_resource_name_dns_aaaa_record,
  :enable_resource_name_dns_a_record,
  :hostname_type)
  SENSITIVE = []
  include Aws::Structure
end