Class: Aws::AppSync::Types::UpdateApiRequest

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)


5060
5061
5062
5063
5064
5065
5066
5067
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5060

class UpdateApiRequest < Struct.new(
  :api_id,
  :name,
  :owner_contact,
  :event_config)
  SENSITIVE = []
  include Aws::Structure
end

#event_configTypes::EventConfig

The new event configuration. This includes the default authorization configuration for connecting, publishing, and subscribing to an Event API.

Returns:



5060
5061
5062
5063
5064
5065
5066
5067
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5060

class UpdateApiRequest < Struct.new(
  :api_id,
  :name,
  :owner_contact,
  :event_config)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Api.

Returns:

  • (String)


5060
5061
5062
5063
5064
5065
5066
5067
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5060

class UpdateApiRequest < Struct.new(
  :api_id,
  :name,
  :owner_contact,
  :event_config)
  SENSITIVE = []
  include Aws::Structure
end

#owner_contactString

The owner contact information for the Api.

Returns:

  • (String)


5060
5061
5062
5063
5064
5065
5066
5067
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5060

class UpdateApiRequest < Struct.new(
  :api_id,
  :name,
  :owner_contact,
  :event_config)
  SENSITIVE = []
  include Aws::Structure
end