Class: Aws::DeviceFarm::Types::DeleteVPCEConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to delete.

Returns:

  • (String)


1056
1057
1058
1059
1060
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1056

class DeleteVPCEConfigurationRequest < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end