Class: Aws::ServiceDiscovery::Types::PrivateDnsNamespaceChange

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

Overview

Updated properties for the private DNS namespace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

An updated description for the private DNS namespace.

Returns:

  • (String)


2302
2303
2304
2305
2306
2307
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2302

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

#propertiesTypes::PrivateDnsNamespacePropertiesChange

Properties to be updated in the private DNS namespace.



2302
2303
2304
2305
2306
2307
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2302

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