Class: Aws::ControlCatalog::Types::ObjectiveResourceFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlCatalog::Types::ObjectiveResourceFilter
- Defined in:
- gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb
Overview
The objective resource that's being used as a filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the objective.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the objective.
572 573 574 575 576 |
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 572 class ObjectiveResourceFilter < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |