Class: Aws::TrustedAdvisor::Types::OrganizationRecommendationResourceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::OrganizationRecommendationResourceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-trustedadvisor/types.rb
Overview
Organization Recommendation Resource Summary
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The AWS account ID.
-
#arn ⇒ String
The ARN of the Recommendation Resource.
-
#aws_resource_id ⇒ String
The AWS resource identifier.
-
#exclusion_status ⇒ String
The exclusion status of the Recommendation Resource.
-
#id ⇒ String
The ID of the Recommendation Resource.
-
#last_updated_at ⇒ Time
When the Recommendation Resource was last updated.
-
#metadata ⇒ Hash<String,String>
Metadata associated with the Recommendation Resource.
-
#recommendation_arn ⇒ String
The Recommendation ARN.
-
#region_code ⇒ String
The AWS Region code that the Recommendation Resource is in.
-
#status ⇒ String
The current status of the Recommendation Resource.
Instance Attribute Details
#account_id ⇒ String
The AWS account ID
784 785 786 787 788 789 790 791 792 793 794 795 796 797 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 784 class OrganizationRecommendationResourceSummary < Struct.new( :account_id, :arn, :aws_resource_id, :exclusion_status, :id, :last_updated_at, :metadata, :recommendation_arn, :region_code, :status) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN of the Recommendation Resource
784 785 786 787 788 789 790 791 792 793 794 795 796 797 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 784 class OrganizationRecommendationResourceSummary < Struct.new( :account_id, :arn, :aws_resource_id, :exclusion_status, :id, :last_updated_at, :metadata, :recommendation_arn, :region_code, :status) SENSITIVE = [] include Aws::Structure end |
#aws_resource_id ⇒ String
The AWS resource identifier
784 785 786 787 788 789 790 791 792 793 794 795 796 797 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 784 class OrganizationRecommendationResourceSummary < Struct.new( :account_id, :arn, :aws_resource_id, :exclusion_status, :id, :last_updated_at, :metadata, :recommendation_arn, :region_code, :status) SENSITIVE = [] include Aws::Structure end |
#exclusion_status ⇒ String
The exclusion status of the Recommendation Resource
784 785 786 787 788 789 790 791 792 793 794 795 796 797 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 784 class OrganizationRecommendationResourceSummary < Struct.new( :account_id, :arn, :aws_resource_id, :exclusion_status, :id, :last_updated_at, :metadata, :recommendation_arn, :region_code, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the Recommendation Resource
784 785 786 787 788 789 790 791 792 793 794 795 796 797 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 784 class OrganizationRecommendationResourceSummary < Struct.new( :account_id, :arn, :aws_resource_id, :exclusion_status, :id, :last_updated_at, :metadata, :recommendation_arn, :region_code, :status) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
When the Recommendation Resource was last updated
784 785 786 787 788 789 790 791 792 793 794 795 796 797 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 784 class OrganizationRecommendationResourceSummary < Struct.new( :account_id, :arn, :aws_resource_id, :exclusion_status, :id, :last_updated_at, :metadata, :recommendation_arn, :region_code, :status) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Hash<String,String>
Metadata associated with the Recommendation Resource
784 785 786 787 788 789 790 791 792 793 794 795 796 797 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 784 class OrganizationRecommendationResourceSummary < Struct.new( :account_id, :arn, :aws_resource_id, :exclusion_status, :id, :last_updated_at, :metadata, :recommendation_arn, :region_code, :status) SENSITIVE = [] include Aws::Structure end |
#recommendation_arn ⇒ String
The Recommendation ARN
784 785 786 787 788 789 790 791 792 793 794 795 796 797 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 784 class OrganizationRecommendationResourceSummary < Struct.new( :account_id, :arn, :aws_resource_id, :exclusion_status, :id, :last_updated_at, :metadata, :recommendation_arn, :region_code, :status) SENSITIVE = [] include Aws::Structure end |
#region_code ⇒ String
The AWS Region code that the Recommendation Resource is in
784 785 786 787 788 789 790 791 792 793 794 795 796 797 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 784 class OrganizationRecommendationResourceSummary < Struct.new( :account_id, :arn, :aws_resource_id, :exclusion_status, :id, :last_updated_at, :metadata, :recommendation_arn, :region_code, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the Recommendation Resource
784 785 786 787 788 789 790 791 792 793 794 795 796 797 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 784 class OrganizationRecommendationResourceSummary < Struct.new( :account_id, :arn, :aws_resource_id, :exclusion_status, :id, :last_updated_at, :metadata, :recommendation_arn, :region_code, :status) SENSITIVE = [] include Aws::Structure end |