Class: Aws::FSx::Types::DescribeSharedVpcConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DescribeSharedVpcConfigurationResponse
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_fsx_route_table_updates_from_participant_accounts ⇒ String
Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.
Instance Attribute Details
#enable_fsx_route_table_updates_from_participant_accounts ⇒ String
Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.
5148 5149 5150 5151 5152 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5148 class DescribeSharedVpcConfigurationResponse < Struct.new( :enable_fsx_route_table_updates_from_participant_accounts) SENSITIVE = [] include Aws::Structure end |