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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_idString

Configuration ID of an application to be created.

Returns:

  • (String)


530
531
532
533
534
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 530

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