Class: Aws::DeviceFarm::Types::CreateVPCEConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::CreateVPCEConfigurationRequest
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_dns_name ⇒ String
The DNS name of the service running in your VPC that you want Device Farm to test.
-
#vpce_configuration_description ⇒ String
An optional description that provides details about your VPC endpoint configuration.
-
#vpce_configuration_name ⇒ String
The friendly name you give to your VPC endpoint configuration, to manage your configurations more easily.
-
#vpce_service_name ⇒ String
The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
Instance Attribute Details
#service_dns_name ⇒ String
The DNS name of the service running in your VPC that you want Device Farm to test.
851 852 853 854 855 856 857 858 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 851 class CreateVPCEConfigurationRequest < Struct.new( :vpce_configuration_name, :vpce_service_name, :service_dns_name, :vpce_configuration_description) SENSITIVE = [] include Aws::Structure end |
#vpce_configuration_description ⇒ String
An optional description that provides details about your VPC endpoint configuration.
851 852 853 854 855 856 857 858 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 851 class CreateVPCEConfigurationRequest < Struct.new( :vpce_configuration_name, :vpce_service_name, :service_dns_name, :vpce_configuration_description) SENSITIVE = [] include Aws::Structure end |
#vpce_configuration_name ⇒ String
The friendly name you give to your VPC endpoint configuration, to manage your configurations more easily.
851 852 853 854 855 856 857 858 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 851 class CreateVPCEConfigurationRequest < Struct.new( :vpce_configuration_name, :vpce_service_name, :service_dns_name, :vpce_configuration_description) SENSITIVE = [] include Aws::Structure end |
#vpce_service_name ⇒ String
The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
851 852 853 854 855 856 857 858 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 851 class CreateVPCEConfigurationRequest < Struct.new( :vpce_configuration_name, :vpce_service_name, :service_dns_name, :vpce_configuration_description) SENSITIVE = [] include Aws::Structure end |