Class: Aws::Types::UpdateHttpNamespaceRequest

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)


641
642
643
# File 'sig/types.rbs', line 641

def id
  @id
end

#namespaceTypes::HttpNamespaceChange

Returns the value of attribute namespace.



643
644
645
# File 'sig/types.rbs', line 643

def namespace
  @namespace
end

#updater_request_id::String

Returns the value of attribute updater_request_id.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def updater_request_id
  @updater_request_id
end