Class: Aws::SecurityAgent::Types::DeleteAgentSpaceInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agent_space_idString

The unique identifier of the agent space to delete.

Returns:

  • (String)


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