Class: Aws::FSx::Types::UpdateSharedVpcConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_fsx_route_table_updates_from_participant_accountsString

Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.

Returns:

  • (String)


9537
9538
9539
9540
9541
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9537

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