Class: Aws::MWAA::Types::CreateCliTokenResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:cli_token]

Instance Attribute Summary collapse

Instance Attribute Details

#cli_tokenString

An Airflow CLI login token.

Returns:

  • (String)


55
56
57
58
59
60
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 55

class CreateCliTokenResponse < Struct.new(
  :cli_token,
  :web_server_hostname)
  SENSITIVE = [:cli_token]
  include Aws::Structure
end

#web_server_hostnameString

The Airflow web server hostname for the environment.

Returns:

  • (String)


55
56
57
58
59
60
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 55

class CreateCliTokenResponse < Struct.new(
  :cli_token,
  :web_server_hostname)
  SENSITIVE = [:cli_token]
  include Aws::Structure
end