Class: Aws::SecurityAgent::Types::DeleteAgentSpaceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::DeleteAgentSpaceOutput
- Includes:
- Aws::Structure
- Defined in:
- 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.
1257 1258 1259 1260 1261 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1257 class DeleteAgentSpaceOutput < Struct.new( :agent_space_id) SENSITIVE = [] include Aws::Structure end |