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.
8272 8273 8274 8275 8276 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8272 class UpdateApplicationResponse < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |