Class: Aws::Types::RemoteAgentBearerTokenConfig
- Inherits:
-
Object
- Object
- Aws::Types::RemoteAgentBearerTokenConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_header ⇒ ::String
Returns the value of attribute authorization_header.
-
#token_name ⇒ ::String
Returns the value of attribute token_name.
-
#token_value ⇒ ::String
Returns the value of attribute token_value.
Instance Attribute Details
#authorization_header ⇒ ::String
Returns the value of attribute authorization_header.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def @authorization_header end |
#token_name ⇒ ::String
Returns the value of attribute token_name.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def token_name @token_name end |
#token_value ⇒ ::String
Returns the value of attribute token_value.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def token_value @token_value end |