Class: Aws::SecurityAgent::Types::CreateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::CreateApplicationResponse
- 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 created application.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the created application.
942 943 944 945 946 |
# File 'lib/aws-sdk-securityagent/types.rb', line 942 class CreateApplicationResponse < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |