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)


8103
8104
8105
8106
8107
8108
8109
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8103

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)


8103
8104
8105
8106
8107
8108
8109
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8103

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)


8103
8104
8105
8106
8107
8108
8109
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8103

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