Class: Aws::SecurityAgent::Types::UpdateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::UpdateApplicationResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier of the updated application.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the updated application.
3956 3957 3958 3959 3960 |
# File 'lib/aws-sdk-securityagent/types.rb', line 3956 class UpdateApplicationResponse < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |