Class: Aws::SageMaker::Types::WorkforceVpcConfigRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

The VPC object you use to create or update a workforce.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_idsArray<String>

The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.

Returns:

  • (Array<String>)


45126
45127
45128
45129
45130
45131
45132
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45126

class WorkforceVpcConfigRequest < Struct.new(
  :vpc_id,
  :security_group_ids,
  :subnets)
  SENSITIVE = []
  include Aws::Structure
end

#subnetsArray<String>

The ID of the subnets in the VPC that you want to connect.

Returns:

  • (Array<String>)


45126
45127
45128
45129
45130
45131
45132
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45126

class WorkforceVpcConfigRequest < Struct.new(
  :vpc_id,
  :security_group_ids,
  :subnets)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC that the workforce uses for communication.

Returns:

  • (String)


45126
45127
45128
45129
45130
45131
45132
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45126

class WorkforceVpcConfigRequest < Struct.new(
  :vpc_id,
  :security_group_ids,
  :subnets)
  SENSITIVE = []
  include Aws::Structure
end