Class: Aws::Types::ListUserPoolClientSecretsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_id])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1554
1555
1556
# File 'sig/types.rbs', line 1554

def client_id
  @client_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def next_token
  @next_token
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


1553
1554
1555
# File 'sig/types.rbs', line 1553

def user_pool_id
  @user_pool_id
end