Class: Aws::Types::DnsRecord

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ttl::Integer

Returns the value of attribute ttl.

Returns:

  • (::Integer)


163
164
165
# File 'sig/types.rbs', line 163

def ttl
  @ttl
end

#type"SRV", ...

Returns the value of attribute type.

Returns:

  • ("SRV", "A", "AAAA", "CNAME")


162
163
164
# File 'sig/types.rbs', line 162

def type
  @type
end