Class: Aws::AppSync::Types::DisassociateApiRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1804
1805
1806
1807
1808
# File 'lib/aws-sdk-appsync/types.rb', line 1804

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