Class: Aws::AppSync::Types::DeleteDomainNameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DeleteDomainNameRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Note:
When making an API call, you may pass DeleteDomainNameRequest data as a hash:
{
domain_name: "DomainName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name.
Instance Attribute Details
#domain_name ⇒ String
The domain name.
1424 1425 1426 1427 1428 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1424 class DeleteDomainNameRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |