Class: Aws::Types::ListIdentityProvidersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_providers::Array[Types::IdentityProviderSummary]

Returns the value of attribute identity_providers.

Returns:



804
805
806
# File 'sig/types.rbs', line 804

def identity_providers
  @identity_providers
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def next_token
  @next_token
end