Class: Aws::AppSync::Types::DeleteTypeRequest

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

#api_idString

The API ID.

Returns:

  • (String)


1762
1763
1764
1765
1766
1767
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1762

class DeleteTypeRequest < Struct.new(
  :api_id,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end

#type_nameString

The type name.

Returns:

  • (String)


1762
1763
1764
1765
1766
1767
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1762

class DeleteTypeRequest < Struct.new(
  :api_id,
  :type_name)
  SENSITIVE = []
  include Aws::Structure
end