Class: Aws::Types::UpdatePrivateDnsNamespaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def id
  @id
end

#namespaceTypes::PrivateDnsNamespaceChange

Returns the value of attribute namespace.



662
663
664
# File 'sig/types.rbs', line 662

def namespace
  @namespace
end

#updater_request_id::String

Returns the value of attribute updater_request_id.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def updater_request_id
  @updater_request_id
end