Class: Aws::SecurityAgent::Types::DeleteAgentSpaceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::DeleteAgentSpaceInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for deleting an agent space
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
Unique identifier of the agent space to delete.
Instance Attribute Details
#agent_space_id ⇒ String
Unique identifier of the agent space to delete
1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1213 class DeleteAgentSpaceInput < Struct.new( :agent_space_id) SENSITIVE = [] include Aws::Structure end |