Class: Aws::SageMaker::Types::WorkforceVpcConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::WorkforceVpcConfigResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
47600 47601 47602 47603 47604 47605 47606 47607 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47600 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.
47600 47601 47602 47603 47604 47605 47606 47607 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47600 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.
47600 47601 47602 47603 47604 47605 47606 47607 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47600 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.
47600 47601 47602 47603 47604 47605 47606 47607 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47600 class WorkforceVpcConfigResponse < Struct.new( :vpc_id, :security_group_ids, :subnets, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |