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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Describes VPC configuration information for fleets and image builders.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_idsArray<String>

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



6146
6147
6148
6149
6150
6151
# File 'lib/aws-sdk-appstream/types.rb', line 6146

class VpcConfig < Struct.new(
  :subnet_ids,
  :security_group_ids)
  SENSITIVE = []
  include Aws::Structure
end

#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.



6146
6147
6148
6149
6150
6151
# File 'lib/aws-sdk-appstream/types.rb', line 6146

class VpcConfig < Struct.new(
  :subnet_ids,
  :security_group_ids)
  SENSITIVE = []
  include Aws::Structure
end