You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkLink::Types::UpdateCompanyNetworkConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateCompanyNetworkConfigurationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  fleet_arn: "FleetArn", # required
  vpc_id: "VpcId", # required
  subnet_ids: ["SubnetId"], # required
  security_group_ids: ["SecurityGroupId"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_arnString

The ARN of the fleet.

Returns:

  • (String)

    The ARN of the fleet.

#security_group_idsArray<String>

The security groups associated with access to the provided subnets.

Returns:

  • (Array<String>)

    The security groups associated with access to the provided subnets.

#subnet_idsArray<String>

The subnets used for X-ENI connections from Amazon WorkLink rendering containers.

Returns:

  • (Array<String>)

    The subnets used for X-ENI connections from Amazon WorkLink rendering containers.

#vpc_idString

The VPC with connectivity to associated websites.

Returns:

  • (String)

    The VPC with connectivity to associated websites.