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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/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:



519
520
521
522
523
524
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 519

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>)


519
520
521
522
523
524
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 519

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