Class: Aws::DataExchange::Types::ApiGatewayApiAsset
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ApiGatewayApiAsset
- Defined in:
- gems/aws-sdk-dataexchange/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.
81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 81 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.
81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 81 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.
81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 81 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.
81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 81 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.
81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 81 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.
81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 81 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.
81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 81 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.
81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 81 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.
81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 81 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 |