Class: Aws::MWAA::Types::CreateCliTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::CreateCliTokenResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mwaa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:cli_token]
Instance Attribute Summary collapse
-
#cli_token ⇒ String
An Airflow CLI login token.
-
#web_server_hostname ⇒ String
The Airflow web server hostname for the environment.
Instance Attribute Details
#cli_token ⇒ String
An Airflow CLI login token.
55 56 57 58 59 60 |
# File '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_hostname ⇒ String
The Airflow web server hostname for the environment.
55 56 57 58 59 60 |
# File 'lib/aws-sdk-mwaa/types.rb', line 55 class CreateCliTokenResponse < Struct.new( :cli_token, :web_server_hostname) SENSITIVE = [:cli_token] include Aws::Structure end |