Class: Aws::AppRegistry::Types::UpdateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::UpdateApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ String
The name, ID, or ARN of the application that will be updated.
-
#description ⇒ String
The new description of the application.
-
#name ⇒ String
Deprecated: The new name of the application.
Instance Attribute Details
#application ⇒ String
The name, ID, or ARN of the application that will be updated.
1432 1433 1434 1435 1436 1437 1438 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1432 class UpdateApplicationRequest < Struct.new( :application, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The new description of the application.
1432 1433 1434 1435 1436 1437 1438 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1432 class UpdateApplicationRequest < Struct.new( :application, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates.
1432 1433 1434 1435 1436 1437 1438 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1432 class UpdateApplicationRequest < Struct.new( :application, :name, :description) SENSITIVE = [] include Aws::Structure end |