Class: Aws::SageMaker::Types::WorkforceVpcConfigResponse

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

Overview

A VpcConfig object that specifies the VPC that you want your workforce to connect to.

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>)


45133
45134
45135
45136
45137
45138
45139
45140
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45133

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

#subnetsArray<String>

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

Returns:

  • (Array<String>)


45133
45134
45135
45136
45137
45138
45139
45140
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45133

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

#vpc_endpoint_idString

The IDs for the VPC service endpoints of your VPC workforce when it is created and updated.

Returns:

  • (String)


45133
45134
45135
45136
45137
45138
45139
45140
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45133

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

#vpc_idString

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

Returns:

  • (String)


45133
45134
45135
45136
45137
45138
45139
45140
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45133

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