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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/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

Unique identifier of the deleted agent space

Returns:

  • (String)


1227
1228
1229
1230
1231
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1227

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