Class: Aws::AppSync::Types::GetSchemaCreationStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetSchemaCreationStatusRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Note:
When making an API call, you may pass GetSchemaCreationStatusRequest data as a hash:
{
api_id: "String", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API ID.
Instance Attribute Details
#api_id ⇒ String
The API ID.
2125 2126 2127 2128 2129 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2125 class GetSchemaCreationStatusRequest < Struct.new( :api_id) SENSITIVE = [] include Aws::Structure end |