Class: Aws::FSx::Types::AssociateFileSystemAliasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::AssociateFileSystemAliasesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
The system generated response showing the DNS aliases that Amazon FSx is attempting to associate with the file system. Use the API operation to monitor the status of the aliases Amazon FSx is associating with the file system. It can take up to 2.5 minutes for the alias status to change from ‘CREATING` to `AVAILABLE`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aliases ⇒ Array<Types::Alias>
An array of the DNS aliases that Amazon FSx is associating with the file system.
Instance Attribute Details
#aliases ⇒ Array<Types::Alias>
An array of the DNS aliases that Amazon FSx is associating with the file system.
427 428 429 430 431 |
# File 'lib/aws-sdk-fsx/types.rb', line 427 class AssociateFileSystemAliasesResponse < Struct.new( :aliases) SENSITIVE = [] include Aws::Structure end |