Class: Aws::Transfer::Types::UpdateWebAppVpcConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateWebAppVpcConfig
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Contains the VPC configuration settings for updating a web app endpoint, including the subnet IDs where the endpoint should be deployed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subnet_ids ⇒ Array<String>
The list of subnet IDs within the VPC where the web app endpoint should be deployed during the update operation.
Instance Attribute Details
#subnet_ids ⇒ Array<String>
The list of subnet IDs within the VPC where the web app endpoint should be deployed during the update operation.
7893 7894 7895 7896 7897 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 7893 class UpdateWebAppVpcConfig < Struct.new( :subnet_ids) SENSITIVE = [] include Aws::Structure end |