Class: Aws::DataExchange::Types::ImportAssetFromApiGatewayApiRequestDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ImportAssetFromApiGatewayApiRequestDetails
- Defined in:
- gems/aws-sdk-dataexchange/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.
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2064 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.
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2064 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.
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2064 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.
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2064 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.
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2064 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.
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2064 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.
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2064 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.
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2064 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.
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2064 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 |