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
- Struct
- Aws::ApplicationDiscoveryService::Types::UpdateApplicationRequest
- 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
-
#configuration_id ⇒ String
Configuration ID of the application to be updated.
-
#description ⇒ String
New description of the application to be updated.
-
#name ⇒ String
New name of the application to be updated.
Instance Attribute Details
#configuration_id ⇒ String
Configuration ID of the application to be updated.
#description ⇒ String
New description of the application to be updated.
#name ⇒ String
New name of the application to be updated.