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)


890
891
892
893
894
895
# File 'lib/aws-sdk-devopsagent/types.rb', line 890

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)


890
891
892
893
894
895
# File 'lib/aws-sdk-devopsagent/types.rb', line 890

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