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_id ⇒ String

Configuration ID of the application to be updated.

Returns:

  • (String) —

    Configuration ID of the application to be updated.

#description ⇒ String

New description of the application to be updated.

Returns:

  • (String) —

    New description of the application to be updated.

#name ⇒ String

New name of the application to be updated.

Returns:

  • (String) —

    New name of the application to be updated.