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
AccessEndpoint
is 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.
-
#web_app_endpoint ⇒ String
The
WebAppEndpoint
is 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.
5201 5202 5203 5204 5205 5206 5207 5208 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5201 class ListedWebApp < Struct.new( :arn, :web_app_id, :access_endpoint, :web_app_endpoint) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) for the web app.
5201 5202 5203 5204 5205 5206 5207 5208 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5201 class ListedWebApp < Struct.new( :arn, :web_app_id, :access_endpoint, :web_app_endpoint) 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.
5201 5202 5203 5204 5205 5206 5207 5208 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5201 class ListedWebApp < Struct.new( :arn, :web_app_id, :access_endpoint, :web_app_endpoint) SENSITIVE = [] include Aws::Structure end |
#web_app_id ⇒ String
The unique identifier for the web app.
5201 5202 5203 5204 5205 5206 5207 5208 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5201 class ListedWebApp < Struct.new( :arn, :web_app_id, :access_endpoint, :web_app_endpoint) SENSITIVE = [] include Aws::Structure end |