Class: Aws::DevOpsAgent::Types::DisableOperatorAppInput

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

Overview

Input for disabling the Operator App for an AgentSpace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the AgentSpace

Returns:

  • (String)


1413
1414
1415
1416
1417
1418
# File 'lib/aws-sdk-devopsagent/types.rb', line 1413

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

#auth_flowString

The authentication flow configured for the operator App. e.g. idc

Returns:

  • (String)


1413
1414
1415
1416
1417
1418
# File 'lib/aws-sdk-devopsagent/types.rb', line 1413

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