Method: Aws::SMS::Types::CreateAppResponse#app_summary

Defined in:
lib/aws-sdk-sms/types.rb

#app_summaryTypes::AppSummary

A summary description of the application.

Returns:



274
275
276
277
278
279
280
# File 'lib/aws-sdk-sms/types.rb', line 274

class CreateAppResponse < Struct.new(
  :app_summary,
  :server_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end