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

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

#descriptionString

Description of the application to be created.

Returns:

  • (String)


519
520
521
522
523
524
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 519

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

#nameString

Name of the application to be created.

Returns:

  • (String)


519
520
521
522
523
524
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 519

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