Class: Aws::SecurityAgent::Types::DeleteAgentSpaceOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityagent/types.rb

Overview

Output for the DeleteAgentSpace operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the deleted agent space.

Returns:

  • (String)


1257
1258
1259
1260
1261
# File 'lib/aws-sdk-securityagent/types.rb', line 1257

class DeleteAgentSpaceOutput < Struct.new(
  :agent_space_id)
  SENSITIVE = []
  include Aws::Structure
end