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.
5322 5323 5324 5325 5326 5327 5328 5329 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5322 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.
5322 5323 5324 5325 5326 5327 5328 5329 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5322 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.
5322 5323 5324 5325 5326 5327 5328 5329 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5322 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.
5322 5323 5324 5325 5326 5327 5328 5329 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5322 class ListedWebApp < Struct.new( :arn, :web_app_id, :access_endpoint, :web_app_endpoint) SENSITIVE = [] include Aws::Structure end |