Class: Aws::Inspector2::Types::DeleteFilterResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Number (ARN) of the filter that has been deleted.

Returns:

  • (String)


2519
2520
2521
2522
2523
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2519

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