Class: Aws::DevOpsAgent::Types::ValidateAwsAssociationsInput

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

Overview

Input for validating an aws association

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the AgentSpace

Returns:

  • (String)


5110
5111
5112
5113
5114
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 5110

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