Class: Aws::DirectoryService::Types::CreateAliasResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::CreateAliasResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Contains the results of the CreateAlias operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
The alias for the directory.
-
#directory_id ⇒ String
The identifier of the directory.
Instance Attribute Details
#alias ⇒ String
The alias for the directory.
649 650 651 652 653 654 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 649 class CreateAliasResult < Struct.new( :directory_id, :alias) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
The identifier of the directory.
649 650 651 652 653 654 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 649 class CreateAliasResult < Struct.new( :directory_id, :alias) SENSITIVE = [] include Aws::Structure end |