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:



1592
1593
1594
# File 'sig/types.rbs', line 1592

def client_secrets
  @client_secrets
end

#next_token::String

Returns the value of attribute next_token.

Returns:



1593
1594
1595
# File 'sig/types.rbs', line 1593

def next_token
  @next_token
end