Class: Aws::AppSync::Types::UpdateApiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UpdateApiRequest
- Includes:
- Structure
- Defined in:
- 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.
5105 5106 5107 5108 5109 5110 5111 5112 |
# File 'lib/aws-sdk-appsync/types.rb', line 5105 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.
5105 5106 5107 5108 5109 5110 5111 5112 |
# File 'lib/aws-sdk-appsync/types.rb', line 5105 class UpdateApiRequest < Struct.new( :api_id, :name, :owner_contact, :event_config) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Api.
5105 5106 5107 5108 5109 5110 5111 5112 |
# File 'lib/aws-sdk-appsync/types.rb', line 5105 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`.
5105 5106 5107 5108 5109 5110 5111 5112 |
# File 'lib/aws-sdk-appsync/types.rb', line 5105 class UpdateApiRequest < Struct.new( :api_id, :name, :owner_contact, :event_config) SENSITIVE = [] include Aws::Structure end |