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)


2159
2160
2161
2162
2163
# File 'lib/aws-sdk-appsync/types.rb', line 2159

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