Class: Aws::DevOpsAgent::Types::ValidateAwsAssociationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::ValidateAwsAssociationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Input for validating an aws association
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
5249 5250 5251 5252 5253 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 5249 class ValidateAwsAssociationsInput < Struct.new( :agent_space_id) SENSITIVE = [] include Aws::Structure end |