Class: Aws::Types::PutBearerTokenAuthenticationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBearerTokenAuthenticationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bearer_token_authentication_enabled ⇒ Boolean
Returns the value of attribute bearer_token_authentication_enabled.
-
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
Instance Attribute Details
#bearer_token_authentication_enabled ⇒ Boolean
Returns the value of attribute bearer_token_authentication_enabled.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def bearer_token_authentication_enabled @bearer_token_authentication_enabled end |
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def log_group_identifier @log_group_identifier end |