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.
4916 4917 4918 4919 4920 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4916 class UpdateApplicationResponse < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |