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

Unique identifier of the agent space to delete

Returns:

  • (String)


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