Class: Aws::DevOpsAgent::Types::DeleteAgentSpaceInput

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

Overview

Input for deleting an AgentSpace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the AgentSpace

Returns:

  • (String)


739
740
741
742
743
# File 'lib/aws-sdk-devopsagent/types.rb', line 739

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