Class: Aws::Inspector2::Types::UpdateFilterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::UpdateFilterResponse
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Number (ARN) of the successfully updated filter.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Number (ARN) of the successfully updated filter.
4100 4101 4102 4103 4104 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4100 class UpdateFilterResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |