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)


5618
5619
5620
5621
5622
5623
5624
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5618

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

#domain_name_idString

The identifier for the domain name resource. Supported only for private custom domain names.

Returns:

  • (String)


5618
5619
5620
5621
5622
5623
5624
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5618

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

#patch_operationsArray<Types::PatchOperation>

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

Returns:



5618
5619
5620
5621
5622
5623
5624
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5618

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