Class: Aws::SecurityAgent::Types::UpdateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::UpdateApplicationResponse
- Defined in:
- gems/aws-sdk-securityagent/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.
4909 4910 4911 4912 4913 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4909 class UpdateApplicationResponse < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |