Class: Aws::Transfer::Types::DescribeWebAppResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#web_appTypes::DescribedWebApp

Returns a structure that contains the details of the web app.



1976
1977
1978
1979
1980
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1976

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