Class: Aws::ServiceDiscovery::Types::SOAChange

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

Overview

Updated 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 updated time to live (TTL) for purposes of negative caching.

Returns:

  • (Integer)


2732
2733
2734
2735
2736
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2732

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