Class: Aws::DevOpsAgent::Types::UpdateAgentSpaceOutput

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

Overview

Output containing the updated AgentSpace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_spaceTypes::AgentSpace

Represents a complete AgentSpace with all its properties, timestamps, encryption settings, and unique identifier.

Returns:



4711
4712
4713
4714
4715
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4711

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