Class: Aws::APIGateway::Types::DeleteDomainNameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DeleteDomainNameRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
A request to delete the DomainName resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the DomainName resource to be deleted.
Instance Attribute Details
#domain_name ⇒ String
The name of the DomainName resource to be deleted.
1335 1336 1337 1338 1339 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1335 class DeleteDomainNameRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |