Class: Aws::AppSync::Types::DeleteDomainNameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DeleteDomainNameRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name.
Instance Attribute Details
#domain_name ⇒ String
The domain name.
2034 2035 2036 2037 2038 |
# File 'lib/aws-sdk-appsync/types.rb', line 2034 class DeleteDomainNameRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |