Class: Aws::DataExchange::Types::ApiGatewayApiAsset
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ApiGatewayApiAsset
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
The API Gateway API that is the asset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_description ⇒ String
The API description of the API asset.
-
#api_endpoint ⇒ String
The API endpoint of the API asset.
-
#api_id ⇒ String
The unique identifier of the API asset.
-
#api_key ⇒ String
The API key of the API asset.
-
#api_name ⇒ String
The API name of the API asset.
-
#api_specification_download_url ⇒ String
The download URL of the API specification of the API asset.
-
#api_specification_download_url_expires_at ⇒ Time
The date and time that the upload URL expires, in ISO 8601 format.
-
#protocol_type ⇒ String
The protocol type of the API asset.
-
#stage ⇒ String
The stage of the API asset.
Instance Attribute Details
#api_description ⇒ String
The API description of the API asset.
165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 165 class ApiGatewayApiAsset < Struct.new( :api_description, :api_endpoint, :api_id, :api_key, :api_name, :api_specification_download_url, :api_specification_download_url_expires_at, :protocol_type, :stage) SENSITIVE = [] include Aws::Structure end |
#api_endpoint ⇒ String
The API endpoint of the API asset.
165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 165 class ApiGatewayApiAsset < Struct.new( :api_description, :api_endpoint, :api_id, :api_key, :api_name, :api_specification_download_url, :api_specification_download_url_expires_at, :protocol_type, :stage) SENSITIVE = [] include Aws::Structure end |
#api_id ⇒ String
The unique identifier of the API asset.
165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 165 class ApiGatewayApiAsset < Struct.new( :api_description, :api_endpoint, :api_id, :api_key, :api_name, :api_specification_download_url, :api_specification_download_url_expires_at, :protocol_type, :stage) SENSITIVE = [] include Aws::Structure end |
#api_key ⇒ String
The API key of the API asset.
165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 165 class ApiGatewayApiAsset < Struct.new( :api_description, :api_endpoint, :api_id, :api_key, :api_name, :api_specification_download_url, :api_specification_download_url_expires_at, :protocol_type, :stage) SENSITIVE = [] include Aws::Structure end |
#api_name ⇒ String
The API name of the API asset.
165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 165 class ApiGatewayApiAsset < Struct.new( :api_description, :api_endpoint, :api_id, :api_key, :api_name, :api_specification_download_url, :api_specification_download_url_expires_at, :protocol_type, :stage) SENSITIVE = [] include Aws::Structure end |
#api_specification_download_url ⇒ String
The download URL of the API specification of the API asset.
165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 165 class ApiGatewayApiAsset < Struct.new( :api_description, :api_endpoint, :api_id, :api_key, :api_name, :api_specification_download_url, :api_specification_download_url_expires_at, :protocol_type, :stage) SENSITIVE = [] include Aws::Structure end |
#api_specification_download_url_expires_at ⇒ Time
The date and time that the upload URL expires, in ISO 8601 format.
165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 165 class ApiGatewayApiAsset < Struct.new( :api_description, :api_endpoint, :api_id, :api_key, :api_name, :api_specification_download_url, :api_specification_download_url_expires_at, :protocol_type, :stage) SENSITIVE = [] include Aws::Structure end |
#protocol_type ⇒ String
The protocol type of the API asset.
165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 165 class ApiGatewayApiAsset < Struct.new( :api_description, :api_endpoint, :api_id, :api_key, :api_name, :api_specification_download_url, :api_specification_download_url_expires_at, :protocol_type, :stage) SENSITIVE = [] include Aws::Structure end |
#stage ⇒ String
The stage of the API asset.
165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 165 class ApiGatewayApiAsset < Struct.new( :api_description, :api_endpoint, :api_id, :api_key, :api_name, :api_specification_download_url, :api_specification_download_url_expires_at, :protocol_type, :stage) SENSITIVE = [] include Aws::Structure end |