Class: Aws::Transfer::Types::ListedWebApp
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListedWebApp
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
a structure that contains details for the web app.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_endpoint ⇒ String
The
AccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app. -
#arn ⇒ String
The Amazon Resource Name (ARN) for the web app.
-
#endpoint_type ⇒ String
The type of endpoint hosting the web app.
-
#web_app_endpoint ⇒ String
The
WebAppEndpointis the unique URL for your Transfer Family web app. -
#web_app_id ⇒ String
The unique identifier for the web app.
Instance Attribute Details
#access_endpoint ⇒ String
The AccessEndpoint is the URL that you provide to your users for
them to interact with the Transfer Family web app. You can specify a
custom URL or use the default value.
5596 5597 5598 5599 5600 5601 5602 5603 5604 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5596 class ListedWebApp < Struct.new( :arn, :web_app_id, :access_endpoint, :web_app_endpoint, :endpoint_type) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) for the web app.
5596 5597 5598 5599 5600 5601 5602 5603 5604 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5596 class ListedWebApp < Struct.new( :arn, :web_app_id, :access_endpoint, :web_app_endpoint, :endpoint_type) SENSITIVE = [] include Aws::Structure end |
#endpoint_type ⇒ String
The type of endpoint hosting the web app. Valid values are PUBLIC
for publicly accessible endpoints and VPC for VPC-hosted
endpoints.
5596 5597 5598 5599 5600 5601 5602 5603 5604 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5596 class ListedWebApp < Struct.new( :arn, :web_app_id, :access_endpoint, :web_app_endpoint, :endpoint_type) SENSITIVE = [] include Aws::Structure end |
#web_app_endpoint ⇒ String
The WebAppEndpoint is the unique URL for your Transfer Family web
app. This is the value that you use when you configure Origins
on CloudFront.
5596 5597 5598 5599 5600 5601 5602 5603 5604 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5596 class ListedWebApp < Struct.new( :arn, :web_app_id, :access_endpoint, :web_app_endpoint, :endpoint_type) SENSITIVE = [] include Aws::Structure end |
#web_app_id ⇒ String
The unique identifier for the web app.
5596 5597 5598 5599 5600 5601 5602 5603 5604 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5596 class ListedWebApp < Struct.new( :arn, :web_app_id, :access_endpoint, :web_app_endpoint, :endpoint_type) SENSITIVE = [] include Aws::Structure end |