Class: Aws::Types::AssociateTargetsWithJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def comment
  @comment
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def job_id
  @job_id
end

#namespace_id::String

Returns the value of attribute namespace_id.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def namespace_id
  @namespace_id
end

#targets::Array[::String]

Returns the value of attribute targets.

Returns:

  • (::Array[::String])


156
157
158
# File 'sig/types.rbs', line 156

def targets
  @targets
end