Class: Aws::AppSync::Types::UpdateApiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UpdateApiRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The
Api
ID. -
#event_config ⇒ Types::EventConfig
The new event configuration.
-
#name ⇒ String
The name of the Api.
-
#owner_contact ⇒ String
The owner contact information for the
Api
.
Instance Attribute Details
#api_id ⇒ String
The Api
ID.
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_config ⇒ Types::EventConfig
The new event configuration. This includes the default authorization configuration for connecting, publishing, and subscribing to an Event API.
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 |
#name ⇒ String
The name of the Api.
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_contact ⇒ String
The owner contact information for the Api
.
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 |