You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::APIGateway::Types::UpdateDomainNameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateDomainNameRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateDomainNameRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
domain_name: "String", # required
patch_operations: [
{
op: "add", # accepts add, remove, replace, move, copy, test
path: "String",
value: "String",
from: "String",
},
],
}
A request to change information about the DomainName resource.
Instance Attribute Summary collapse
-
#domain_name ⇒ String
[Required] The name of the DomainName resource to be changed.
-
#patch_operations ⇒ Array<Types::PatchOperation>
A list of update operations to be applied to the specified resource and in the order specified in this list.
Instance Attribute Details
#domain_name ⇒ String
[Required] The name of the DomainName resource to be changed.
#patch_operations ⇒ Array<Types::PatchOperation>
A list of update operations to be applied to the specified resource and in the order specified in this list.