Class: Aws::AppRegistry::Types::UpdateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::UpdateApplicationRequest
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ String
The name or ID 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 or ID of the application that will be updated.
1279 1280 1281 1282 1283 1284 1285 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1279 class UpdateApplicationRequest < Struct.new( :application, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The new description of the application.
1279 1280 1281 1282 1283 1284 1285 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1279 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.
1279 1280 1281 1282 1283 1284 1285 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1279 class UpdateApplicationRequest < Struct.new( :application, :name, :description) SENSITIVE = [] include Aws::Structure end |