Class: Aws::Types::DescribePrincipalIdFormatResult

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)


6775
6776
6777
# File 'sig/types.rbs', line 6775

def next_token
  @next_token
end

#principals::Array[Types::PrincipalIdFormat]

Returns the value of attribute principals.

Returns:



6774
6775
6776
# File 'sig/types.rbs', line 6774

def principals
  @principals
end