Class: Aws::APIGateway::Types::UpdateDomainNameRequest

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

Overview

A request to change information about the DomainName resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the DomainName resource to be changed.

Returns:

  • (String)


5407
5408
5409
5410
5411
5412
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5407

class UpdateDomainNameRequest < Struct.new(
  :domain_name,
  :patch_operations)
  SENSITIVE = []
  include Aws::Structure
end

#patch_operationsArray<Types::PatchOperation>

For more information about supported patch operations, see Patch Operations.

Returns:



5407
5408
5409
5410
5411
5412
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5407

class UpdateDomainNameRequest < Struct.new(
  :domain_name,
  :patch_operations)
  SENSITIVE = []
  include Aws::Structure
end