You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateApplicationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  configuration_id: "ApplicationId", # required
  name: "String",
  description: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_idString

Configuration ID of the application to be updated.

Returns:

  • (String)

    Configuration ID of the application to be updated.

#descriptionString

New description of the application to be updated.

Returns:

  • (String)

    New description of the application to be updated.

#nameString

New name of the application to be updated.

Returns:

  • (String)

    New name of the application to be updated.