Class: Aws::DevOpsAgent::Types::GetOperatorAppInput

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

Overview

Input for retrieving Operator App configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the AgentSpace

Returns:

  • (String)


2012
2013
2014
2015
2016
# File 'lib/aws-sdk-devopsagent/types.rb', line 2012

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