Class: Aws::FSx::Types::AssociateFileSystemAliasesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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

Instance Attribute Details

#aliasesArray<Types::Alias>

An array of the DNS aliases that Amazon FSx is associating with the file system.

Returns:



427
428
429
430
431
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 427

class AssociateFileSystemAliasesResponse < Struct.new(
  :aliases)
  SENSITIVE = []
  include Aws::Structure
end