Class: Aws::DevOpsAgent::Types::UpdateAgentSpaceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdateAgentSpaceOutput
- 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
-
#agent_space ⇒ Types::AgentSpace
Represents a complete AgentSpace with all its properties, timestamps, encryption settings, and unique identifier.
Instance Attribute Details
#agent_space ⇒ Types::AgentSpace
Represents a complete AgentSpace with all its properties, timestamps, encryption settings, and unique identifier.
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 |