Class: Aws::CostOptimizationHub::Types::Filter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::Filter
- Defined in:
- gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb
Overview
Describes a filter that returns a more specific list of recommendations. Filters recommendations by different dimensions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The account that the recommendation is for.
-
#action_types ⇒ Array<String>
The type of action you can take by adopting the recommendation.
-
#implementation_efforts ⇒ Array<String>
The effort required to implement the recommendation.
-
#recommendation_ids ⇒ Array<String>
The IDs for the recommendations.
-
#regions ⇒ Array<String>
The Amazon Web Services Region of the resource.
-
#resource_arns ⇒ Array<String>
The Amazon Resource Name (ARN) of the recommendation.
-
#resource_ids ⇒ Array<String>
The resource ID of the recommendation.
-
#resource_types ⇒ Array<String>
The resource type of the recommendation.
-
#restart_needed ⇒ Boolean
Whether or not implementing the recommendation requires a restart.
-
#rollback_possible ⇒ Boolean
Whether or not implementing the recommendation can be rolled back.
-
#tags ⇒ Array<Types::Tag>
A list of tags assigned to the recommendation.
Instance Attribute Details
#account_ids ⇒ Array<String>
The account that the recommendation is for.
670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 670 class Filter < Struct.new( :restart_needed, :rollback_possible, :implementation_efforts, :account_ids, :regions, :resource_types, :action_types, :tags, :resource_ids, :resource_arns, :recommendation_ids) SENSITIVE = [] include Aws::Structure end |
#action_types ⇒ Array<String>
The type of action you can take by adopting the recommendation.
670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 670 class Filter < Struct.new( :restart_needed, :rollback_possible, :implementation_efforts, :account_ids, :regions, :resource_types, :action_types, :tags, :resource_ids, :resource_arns, :recommendation_ids) SENSITIVE = [] include Aws::Structure end |
#implementation_efforts ⇒ Array<String>
The effort required to implement the recommendation.
670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 670 class Filter < Struct.new( :restart_needed, :rollback_possible, :implementation_efforts, :account_ids, :regions, :resource_types, :action_types, :tags, :resource_ids, :resource_arns, :recommendation_ids) SENSITIVE = [] include Aws::Structure end |
#recommendation_ids ⇒ Array<String>
The IDs for the recommendations.
670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 670 class Filter < Struct.new( :restart_needed, :rollback_possible, :implementation_efforts, :account_ids, :regions, :resource_types, :action_types, :tags, :resource_ids, :resource_arns, :recommendation_ids) SENSITIVE = [] include Aws::Structure end |
#regions ⇒ Array<String>
The Amazon Web Services Region of the resource.
670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 670 class Filter < Struct.new( :restart_needed, :rollback_possible, :implementation_efforts, :account_ids, :regions, :resource_types, :action_types, :tags, :resource_ids, :resource_arns, :recommendation_ids) SENSITIVE = [] include Aws::Structure end |
#resource_arns ⇒ Array<String>
The Amazon Resource Name (ARN) of the recommendation.
670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 670 class Filter < Struct.new( :restart_needed, :rollback_possible, :implementation_efforts, :account_ids, :regions, :resource_types, :action_types, :tags, :resource_ids, :resource_arns, :recommendation_ids) SENSITIVE = [] include Aws::Structure end |
#resource_ids ⇒ Array<String>
The resource ID of the recommendation.
670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 670 class Filter < Struct.new( :restart_needed, :rollback_possible, :implementation_efforts, :account_ids, :regions, :resource_types, :action_types, :tags, :resource_ids, :resource_arns, :recommendation_ids) SENSITIVE = [] include Aws::Structure end |
#resource_types ⇒ Array<String>
The resource type of the recommendation.
670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 670 class Filter < Struct.new( :restart_needed, :rollback_possible, :implementation_efforts, :account_ids, :regions, :resource_types, :action_types, :tags, :resource_ids, :resource_arns, :recommendation_ids) SENSITIVE = [] include Aws::Structure end |
#restart_needed ⇒ Boolean
Whether or not implementing the recommendation requires a restart.
670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 670 class Filter < Struct.new( :restart_needed, :rollback_possible, :implementation_efforts, :account_ids, :regions, :resource_types, :action_types, :tags, :resource_ids, :resource_arns, :recommendation_ids) SENSITIVE = [] include Aws::Structure end |
#rollback_possible ⇒ Boolean
Whether or not implementing the recommendation can be rolled back.
670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 670 class Filter < Struct.new( :restart_needed, :rollback_possible, :implementation_efforts, :account_ids, :regions, :resource_types, :action_types, :tags, :resource_ids, :resource_arns, :recommendation_ids) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags assigned to the recommendation.
670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 670 class Filter < Struct.new( :restart_needed, :rollback_possible, :implementation_efforts, :account_ids, :regions, :resource_types, :action_types, :tags, :resource_ids, :resource_arns, :recommendation_ids) SENSITIVE = [] include Aws::Structure end |