Class: Aws::Types::DescribeRiskConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRiskConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
931 932 933 |
# File 'sig/types.rbs', line 931 def client_id @client_id end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
930 931 932 |
# File 'sig/types.rbs', line 930 def user_pool_id @user_pool_id end |