Class: Aws::ServiceDiscovery::Types::SOA

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

Overview

Start of Authority (SOA) properties for a public or private DNS namespace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ttlInteger

The time to live (TTL) for purposes of negative caching.

Returns:

  • (Integer)


2976
2977
2978
2979
2980
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2976

class SOA < Struct.new(
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end