Class: Aws::DataExchange::Types::ImportAssetFromApiGatewayApiRequestDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ImportAssetFromApiGatewayApiRequestDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
The request details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_description ⇒ String
The API description.
-
#api_id ⇒ String
The API Gateway API ID.
-
#api_key ⇒ String
The API Gateway API key.
-
#api_name ⇒ String
The API name.
-
#api_specification_md_5_hash ⇒ String
The Base64-encoded MD5 hash of the OpenAPI 3.0 JSON API specification file.
-
#data_set_id ⇒ String
The data set ID.
-
#protocol_type ⇒ String
The protocol type.
-
#revision_id ⇒ String
The revision ID.
-
#stage ⇒ String
The API stage.
Instance Attribute Details
#api_description ⇒ String
The API description. Markdown supported.
2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2116 class ImportAssetFromApiGatewayApiRequestDetails < Struct.new( :api_description, :api_id, :api_key, :api_name, :api_specification_md_5_hash, :data_set_id, :protocol_type, :revision_id, :stage) SENSITIVE = [] include Aws::Structure end |
#api_id ⇒ String
The API Gateway API ID.
2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2116 class ImportAssetFromApiGatewayApiRequestDetails < Struct.new( :api_description, :api_id, :api_key, :api_name, :api_specification_md_5_hash, :data_set_id, :protocol_type, :revision_id, :stage) SENSITIVE = [] include Aws::Structure end |
#api_key ⇒ String
The API Gateway API key.
2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2116 class ImportAssetFromApiGatewayApiRequestDetails < Struct.new( :api_description, :api_id, :api_key, :api_name, :api_specification_md_5_hash, :data_set_id, :protocol_type, :revision_id, :stage) SENSITIVE = [] include Aws::Structure end |
#api_name ⇒ String
The API name.
2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2116 class ImportAssetFromApiGatewayApiRequestDetails < Struct.new( :api_description, :api_id, :api_key, :api_name, :api_specification_md_5_hash, :data_set_id, :protocol_type, :revision_id, :stage) SENSITIVE = [] include Aws::Structure end |
#api_specification_md_5_hash ⇒ String
The Base64-encoded MD5 hash of the OpenAPI 3.0 JSON API specification file. It is used to ensure the integrity of the file.
2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2116 class ImportAssetFromApiGatewayApiRequestDetails < Struct.new( :api_description, :api_id, :api_key, :api_name, :api_specification_md_5_hash, :data_set_id, :protocol_type, :revision_id, :stage) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The data set ID.
2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2116 class ImportAssetFromApiGatewayApiRequestDetails < Struct.new( :api_description, :api_id, :api_key, :api_name, :api_specification_md_5_hash, :data_set_id, :protocol_type, :revision_id, :stage) SENSITIVE = [] include Aws::Structure end |
#protocol_type ⇒ String
The protocol type.
2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2116 class ImportAssetFromApiGatewayApiRequestDetails < Struct.new( :api_description, :api_id, :api_key, :api_name, :api_specification_md_5_hash, :data_set_id, :protocol_type, :revision_id, :stage) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The revision ID.
2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2116 class ImportAssetFromApiGatewayApiRequestDetails < Struct.new( :api_description, :api_id, :api_key, :api_name, :api_specification_md_5_hash, :data_set_id, :protocol_type, :revision_id, :stage) SENSITIVE = [] include Aws::Structure end |
#stage ⇒ String
The API stage.
2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2116 class ImportAssetFromApiGatewayApiRequestDetails < Struct.new( :api_description, :api_id, :api_key, :api_name, :api_specification_md_5_hash, :data_set_id, :protocol_type, :revision_id, :stage) SENSITIVE = [] include Aws::Structure end |