Class: Aws::Types::ListIdentityPoolsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_pools::Array[Types::IdentityPoolShortDescription]

Returns the value of attribute identity_pools.



227
228
229
# File 'sig/types.rbs', line 227

def identity_pools
  @identity_pools
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def next_token
  @next_token
end