Class: Aws::Transfer::Types::ListedWebApp

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#access_endpointString

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.

Returns:

  • (String)


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

#arnString

The Amazon Resource Name (ARN) for the web app.

Returns:

  • (String)


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_endpointString

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.

Returns:

  • (String)


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_idString

The unique identifier for the web app.

Returns:

  • (String)


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