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

Class: Aws::AppStream::Types::VpcConfig

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

Overview

Note:

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

{
  subnet_ids: ["String"],
  security_group_ids: ["String"],
}

Describes VPC configuration information for fleets and image builders.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_idsArray<String>

The identifiers of the security groups for the fleet or image builder.

Returns:

  • (Array<String>)

    The identifiers of the security groups for the fleet or image builder.

#subnet_idsArray<String>

The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.

Returns:

  • (Array<String>)

    The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance.