Class: Aws::Types::BatchGetDeploymentTargetsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def deployment_id
  @deployment_id
end

#target_ids::Array[::String]

Returns the value of attribute target_ids.

Returns:

  • (::Array[::String])


125
126
127
# File 'sig/types.rbs', line 125

def target_ids
  @target_ids
end