Class: Aws::MWAA::Types::CreateCliTokenRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::CreateCliTokenRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mwaa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the Amazon MWAA environment.
Instance Attribute Details
#name ⇒ String
The name of the Amazon MWAA environment. For example, ‘MyMWAAEnvironment`.
39 40 41 42 43 |
# File 'lib/aws-sdk-mwaa/types.rb', line 39 class CreateCliTokenRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |