Class: Aws::Inspector2::Types::CreateFilterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CreateFilterResponse
- 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 created filter.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Number (ARN) of the successfully created filter.
2217 2218 2219 2220 2221 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2217 class CreateFilterResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |