Class: Aws::AppSync::Types::DeleteDomainNameRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name.

Returns:

  • (String)


1679
1680
1681
1682
1683
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1679

class DeleteDomainNameRequest < Struct.new(
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end