Class: Aws::Types::CreateCliTokenResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:cli_token])

Instance Attribute Summary collapse

Instance Attribute Details

#cli_token ⇒ ::String

Returns the value of attribute cli_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def web_server_hostname
  @web_server_hostname
end