Class: Aws::ApplicationDiscoveryService::Types::UpdateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::UpdateApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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.
2162 2163 2164 2165 2166 2167 2168 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2162 class UpdateApplicationRequest < Struct.new( :configuration_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
New description of the application to be updated.
2162 2163 2164 2165 2166 2167 2168 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2162 class UpdateApplicationRequest < Struct.new( :configuration_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
New name of the application to be updated.
2162 2163 2164 2165 2166 2167 2168 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2162 class UpdateApplicationRequest < Struct.new( :configuration_id, :name, :description) SENSITIVE = [] include Aws::Structure end |