Class: Aws::Types::ListTargetsForPolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


3627
3628
3629
# File 'sig/types.rbs', line 3627

def next_marker
  @next_marker
end

#targets::Array[::String]

Returns the value of attribute targets.

Returns:

  • (::Array[::String])


3626
3627
3628
# File 'sig/types.rbs', line 3626

def targets
  @targets
end