Class: Aws::DevOpsAgent::Types::DisableOperatorAppInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::DisableOperatorAppInput
- 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
-
#agent_space_id ⇒ String
The unique identifier of the AgentSpace.
-
#auth_flow ⇒ String
The authentication flow configured for the operator App.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the AgentSpace
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_flow ⇒ String
The authentication flow configured for the operator App. e.g. idc
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 |