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

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

#api_idString

The ‘Api` ID.

Returns:

  • (String)


5057
5058
5059
5060
5061
5062
5063
5064
# File 'lib/aws-sdk-appsync/types.rb', line 5057

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:



5057
5058
5059
5060
5061
5062
5063
5064
# File 'lib/aws-sdk-appsync/types.rb', line 5057

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

#nameString

The name of the Api.

Returns:

  • (String)


5057
5058
5059
5060
5061
5062
5063
5064
# File 'lib/aws-sdk-appsync/types.rb', line 5057

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)


5057
5058
5059
5060
5061
5062
5063
5064
# File 'lib/aws-sdk-appsync/types.rb', line 5057

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