Class: Aws::FSx::Types::UpdateSharedVpcConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::UpdateSharedVpcConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters.
-
#enable_fsx_route_table_updates_from_participant_accounts ⇒ String
Specifies whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.
Instance Attribute Details
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
9761 9762 9763 9764 9765 9766 |
# File 'lib/aws-sdk-fsx/types.rb', line 9761 class UpdateSharedVpcConfigurationRequest < Struct.new( :enable_fsx_route_table_updates_from_participant_accounts, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#enable_fsx_route_table_updates_from_participant_accounts ⇒ String
Specifies whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets. Set to ‘true` to enable or `false` to disable.
9761 9762 9763 9764 9765 9766 |
# File 'lib/aws-sdk-fsx/types.rb', line 9761 class UpdateSharedVpcConfigurationRequest < Struct.new( :enable_fsx_route_table_updates_from_participant_accounts, :client_request_token) SENSITIVE = [] include Aws::Structure end |