Class: Aws::FSx::Types::DescribeSharedVpcConfigurationResponse

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)


5010
5011
5012
5013
5014
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5010

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