Class: Aws::Types::ListIdentitySourcesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_sources::Array[Types::IdentitySourceItem]

Returns the value of attribute identity_sources.

Returns:



705
706
707
# File 'sig/types.rbs', line 705

def identity_sources
  @identity_sources
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def next_token
  @next_token
end