Class: Aws::ApplicationDiscoveryService::Types::CreateApplicationResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_idString

Configuration ID of an application to be created.

Returns:

  • (String)


391
392
393
394
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 391

class CreateApplicationResponse < Struct.new(
  :configuration_id)
  include Aws::Structure
end