Class: Aws::Types::DnsConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_records::Array[Types::DnsRecord]

Returns the value of attribute dns_records.

Returns:



146
147
148
# File 'sig/types.rbs', line 146

def dns_records
  @dns_records
end

#namespace_id::String

Returns the value of attribute namespace_id.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def namespace_id
  @namespace_id
end

#routing_policy"MULTIVALUE", "WEIGHTED"

Returns the value of attribute routing_policy.

Returns:

  • ("MULTIVALUE", "WEIGHTED")


145
146
147
# File 'sig/types.rbs', line 145

def routing_policy
  @routing_policy
end