Class: Aws::Types::ListDeploymentTargetsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


998
999
1000
# File 'sig/types.rbs', line 998

def next_token
  @next_token
end

#target_ids::Array[::String]

Returns the value of attribute target_ids.

Returns:

  • (::Array[::String])


997
998
999
# File 'sig/types.rbs', line 997

def target_ids
  @target_ids
end