Class: Aws::ApplicationDiscoveryService::Types::UpdateApplicationRequest

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

#configuration_idString

Configuration ID of the application to be updated.

Returns:

  • (String)


2175
2176
2177
2178
2179
2180
2181
2182
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2175

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

#descriptionString

New description of the application to be updated.

Returns:

  • (String)


2175
2176
2177
2178
2179
2180
2181
2182
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2175

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

#nameString

New name of the application to be updated.

Returns:

  • (String)


2175
2176
2177
2178
2179
2180
2181
2182
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2175

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

#waveString

The new migration wave of the application that you want to update.

Returns:

  • (String)


2175
2176
2177
2178
2179
2180
2181
2182
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2175

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