Class: Aws::ApplicationDiscoveryService::Types::CreateApplicationRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the application to be created.

Returns:

  • (String)


522
523
524
525
526
527
528
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 522

class CreateApplicationRequest < Struct.new(
  :name,
  :description,
  :wave)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the application to be created.

Returns:

  • (String)


522
523
524
525
526
527
528
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 522

class CreateApplicationRequest < Struct.new(
  :name,
  :description,
  :wave)
  SENSITIVE = []
  include Aws::Structure
end

#waveString

The name of the migration wave of the application to be created.

Returns:

  • (String)


522
523
524
525
526
527
528
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 522

class CreateApplicationRequest < Struct.new(
  :name,
  :description,
  :wave)
  SENSITIVE = []
  include Aws::Structure
end