Class: Aws::SecurityAgent::Types::DeleteAgentSpaceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::DeleteAgentSpaceOutput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Output for the DeleteAgentSpace operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the deleted agent space.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the deleted agent space.
1892 1893 1894 1895 1896 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1892 class DeleteAgentSpaceOutput < Struct.new( :agent_space_id) SENSITIVE = [] include Aws::Structure end |