Class: Aws::AppConfig::Types::UpdateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::UpdateApplicationRequest
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application ID.
-
#description ⇒ String
A description of the application.
-
#name ⇒ String
The name of the application.
Instance Attribute Details
#application_id ⇒ String
The application ID.
2533 2534 2535 2536 2537 2538 2539 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2533 class UpdateApplicationRequest < Struct.new( :application_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the application.
2533 2534 2535 2536 2537 2538 2539 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2533 class UpdateApplicationRequest < Struct.new( :application_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the application.
2533 2534 2535 2536 2537 2538 2539 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2533 class UpdateApplicationRequest < Struct.new( :application_id, :name, :description) SENSITIVE = [] include Aws::Structure end |