Class: Aws::DeviceFarm::Types::UpdateVPCEConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::UpdateVPCEConfigurationRequest
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.
-
#service_dns_name ⇒ String
The DNS (domain) name used to connect to your private service in your VPC.
-
#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
#arn ⇒ String
The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.
6594 6595 6596 6597 6598 6599 6600 6601 6602 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6594 class UpdateVPCEConfigurationRequest < Struct.new( :arn, :vpce_configuration_name, :vpce_service_name, :service_dns_name, :vpce_configuration_description) SENSITIVE = [] include Aws::Structure end |
#service_dns_name ⇒ String
The DNS (domain) name used to connect to your private service in your VPC. The DNS name must not already be in use on the internet.
6594 6595 6596 6597 6598 6599 6600 6601 6602 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6594 class UpdateVPCEConfigurationRequest < Struct.new( :arn, :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.
6594 6595 6596 6597 6598 6599 6600 6601 6602 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6594 class UpdateVPCEConfigurationRequest < Struct.new( :arn, :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.
6594 6595 6596 6597 6598 6599 6600 6601 6602 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6594 class UpdateVPCEConfigurationRequest < Struct.new( :arn, :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.
6594 6595 6596 6597 6598 6599 6600 6601 6602 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6594 class UpdateVPCEConfigurationRequest < Struct.new( :arn, :vpce_configuration_name, :vpce_service_name, :service_dns_name, :vpce_configuration_description) SENSITIVE = [] include Aws::Structure end |