Class: Aws::DeviceFarm::Types::VPCEConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::VPCEConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents an Amazon Virtual Private Cloud (VPC) endpoint configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the VPC endpoint configuration.
-
#service_dns_name ⇒ String
The DNS name that maps to the private IP address of the service you want to access.
-
#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.
6501 6502 6503 6504 6505 6506 6507 6508 6509 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6501 class VPCEConfiguration < 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 name that maps to the private IP address of the service you want to access.
6501 6502 6503 6504 6505 6506 6507 6508 6509 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6501 class VPCEConfiguration < 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.
6501 6502 6503 6504 6505 6506 6507 6508 6509 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6501 class VPCEConfiguration < 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.
6501 6502 6503 6504 6505 6506 6507 6508 6509 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6501 class VPCEConfiguration < 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.
6501 6502 6503 6504 6505 6506 6507 6508 6509 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6501 class VPCEConfiguration < Struct.new( :arn, :vpce_configuration_name, :vpce_service_name, :service_dns_name, :vpce_configuration_description) SENSITIVE = [] include Aws::Structure end |