Class: Aws::Types::DescribeTermsByClientRequest

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)


948
949
950
# File 'sig/types.rbs', line 948

def client_id
  @client_id
end

#terms_name::String

Returns the value of attribute terms_name.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def terms_name
  @terms_name
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


949
950
951
# File 'sig/types.rbs', line 949

def user_pool_id
  @user_pool_id
end