Class: Aws::SageMaker::Types::WorkforceVpcConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::WorkforceVpcConfigResponse
- 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
-
#security_group_ids ⇒ Array<String>
The VPC security group IDs, in the form sg-xxxxxxxx.
-
#subnets ⇒ Array<String>
The ID of the subnets in the VPC that you want to connect.
-
#vpc_endpoint_id ⇒ String
The IDs for the VPC service endpoints of your VPC workforce when it is created and updated.
-
#vpc_id ⇒ String
The ID of the VPC that the workforce uses for communication.
Instance Attribute Details
#security_group_ids ⇒ Array<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.
50315 50316 50317 50318 50319 50320 50321 50322 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50315 class WorkforceVpcConfigResponse < Struct.new( :vpc_id, :security_group_ids, :subnets, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |
#subnets ⇒ Array<String>
The ID of the subnets in the VPC that you want to connect.
50315 50316 50317 50318 50319 50320 50321 50322 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50315 class WorkforceVpcConfigResponse < Struct.new( :vpc_id, :security_group_ids, :subnets, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_id ⇒ String
The IDs for the VPC service endpoints of your VPC workforce when it is created and updated.
50315 50316 50317 50318 50319 50320 50321 50322 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50315 class WorkforceVpcConfigResponse < Struct.new( :vpc_id, :security_group_ids, :subnets, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC that the workforce uses for communication.
50315 50316 50317 50318 50319 50320 50321 50322 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50315 class WorkforceVpcConfigResponse < Struct.new( :vpc_id, :security_group_ids, :subnets, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |