Class: Aws::DevOpsAgent::Types::ReferenceInput

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

Overview

Reference information linking a task to external systems - for input with validation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

Association identifier of the external system

Returns:

  • (String)


3262
3263
3264
3265
3266
3267
3268
3269
3270
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3262

class ReferenceInput < Struct.new(
  :system,
  :title,
  :reference_id,
  :reference_url,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end

#reference_idString

The unique identifier in the external system

Returns:

  • (String)


3262
3263
3264
3265
3266
3267
3268
3269
3270
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3262

class ReferenceInput < Struct.new(
  :system,
  :title,
  :reference_id,
  :reference_url,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end

#reference_urlString

URL to access the reference in the external system

Returns:

  • (String)


3262
3263
3264
3265
3266
3267
3268
3269
3270
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3262

class ReferenceInput < Struct.new(
  :system,
  :title,
  :reference_id,
  :reference_url,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end

#systemString

The name of the external system

Returns:

  • (String)


3262
3263
3264
3265
3266
3267
3268
3269
3270
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3262

class ReferenceInput < Struct.new(
  :system,
  :title,
  :reference_id,
  :reference_url,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

Optional title for the reference

Returns:

  • (String)


3262
3263
3264
3265
3266
3267
3268
3269
3270
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3262

class ReferenceInput < Struct.new(
  :system,
  :title,
  :reference_id,
  :reference_url,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end