Class: Aws::Types::ListUserPoolClientSecretsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_secrets::Array[Types::ClientSecretDescriptorType]

Returns the value of attribute client_secrets.

Returns:



1560
1561
1562
# File 'sig/types.rbs', line 1560

def client_secrets
  @client_secrets
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1561
1562
1563
# File 'sig/types.rbs', line 1561

def next_token
  @next_token
end