Class: Aws::Transfer::Types::UpdateWebAppVpcConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#subnet_idsArray<String>

The list of subnet IDs within the VPC where the web app endpoint should be deployed during the update operation.

Returns:

  • (Array<String>)


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