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
The unique identifier of the agent space to delete.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space to delete.
1878 1879 1880 1881 1882 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1878 class DeleteAgentSpaceInput < Struct.new( :agent_space_id) SENSITIVE = [] include Aws::Structure end |