Class: Aws::DevOpsAgent::Types::DeleteAgentSpaceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::DeleteAgentSpaceInput
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Input for deleting an AgentSpace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the AgentSpace.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the AgentSpace
775 776 777 778 779 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 775 class DeleteAgentSpaceInput < Struct.new( :agent_space_id) SENSITIVE = [] include Aws::Structure end |