Class: Aws::Types::CreateCliTokenResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCliTokenResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cli_token ⇒ ::String
Returns the value of attribute cli_token.
-
#web_server_hostname ⇒ ::String
Returns the value of attribute web_server_hostname.
Instance Attribute Details
#cli_token ⇒ ::String
Returns the value of attribute cli_token.
22 23 24 |
# File 'sig/types.rbs', line 22 def cli_token @cli_token end |
#web_server_hostname ⇒ ::String
Returns the value of attribute web_server_hostname.
23 24 25 |
# File 'sig/types.rbs', line 23 def web_server_hostname @web_server_hostname end |