Class: Aws::AppRegistry::Types::CreateApplicationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationTypes::Application

Information about the application.

Returns:



435
436
437
438
439
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 435

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