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.
1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1597 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.
1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1597 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.
1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1597 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.
1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1597 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.
1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1597 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.
1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1597 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.
1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1597 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.
1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1597 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.
1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1597 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 |