Class: Aws::Transfer::Types::DescribeWebAppRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#web_app_idString

Provide the unique identifier for the web app.

Returns:

  • (String)


2003
2004
2005
2006
2007
# File 'lib/aws-sdk-transfer/types.rb', line 2003

class DescribeWebAppRequest < Struct.new(
  :web_app_id)
  SENSITIVE = []
  include Aws::Structure
end