Class: Aws::ServiceDiscovery::Types::PublicDnsNamespaceChange

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

Overview

Updated properties for the public DNS namespace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

An updated description for the public DNS namespace.

Returns:

  • (String)


2379
2380
2381
2382
2383
2384
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2379

class PublicDnsNamespaceChange < Struct.new(
  :description,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesTypes::PublicDnsNamespacePropertiesChange

Properties to be updated in the public DNS namespace.



2379
2380
2381
2382
2383
2384
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2379

class PublicDnsNamespaceChange < Struct.new(
  :description,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end