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
Unique identifier of the deleted agent space.
Instance Attribute Details
#agent_space_id ⇒ String
Unique identifier of the deleted agent space
1227 1228 1229 1230 1231 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1227 class DeleteAgentSpaceOutput < Struct.new( :agent_space_id) SENSITIVE = [] include Aws::Structure end |