Class: Aws::DevOpsAgent::Types::CreateAgentSpaceOutput

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

Overview

Output containing the newly created 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:



481
482
483
484
485
486
# File 'lib/aws-sdk-devopsagent/types.rb', line 481

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

#tagsHash<String,String>

Tags associated with the created AgentSpace.

Returns:

  • (Hash<String,String>)


481
482
483
484
485
486
# File 'lib/aws-sdk-devopsagent/types.rb', line 481

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