Class: Aws::DeviceFarm::Types::DeleteVPCEConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::DeleteVPCEConfigurationRequest
- 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 delete.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to delete.
1070 1071 1072 1073 1074 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1070 class DeleteVPCEConfigurationRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |