Class: Aws::DevOpsAgent::Types::GetOperatorAppInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GetOperatorAppInput
- 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
-
#agent_space_id ⇒ String
The unique identifier of the AgentSpace.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the AgentSpace
1357 1358 1359 1360 1361 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1357 class GetOperatorAppInput < Struct.new( :agent_space_id) SENSITIVE = [] include Aws::Structure end |