Class: Aws::Types::ListPolicyPrincipalsResponse

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)


3432
3433
3434
# File 'sig/types.rbs', line 3432

def next_marker
  @next_marker
end

#principals::Array[::String]

Returns the value of attribute principals.

Returns:

  • (::Array[::String])


3431
3432
3433
# File 'sig/types.rbs', line 3431

def principals
  @principals
end