Class: Aws::Types::DescribeClientAuthenticationSettingsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClientAuthenticationSettingsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_authentication_settings_info ⇒ ::Array[Types::ClientAuthenticationSettingInfo]
Returns the value of attribute client_authentication_settings_info.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#client_authentication_settings_info ⇒ ::Array[Types::ClientAuthenticationSettingInfo]
Returns the value of attribute client_authentication_settings_info.
476 477 478 |
# File 'sig/types.rbs', line 476 def client_authentication_settings_info @client_authentication_settings_info end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
477 478 479 |
# File 'sig/types.rbs', line 477 def next_token @next_token end |