Class: Aws::Inspector2::Types::UpdateFilterResponse

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 successfully updated filter.

Returns:

  • (String)


7129
7130
7131
7132
7133
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7129

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