Class: Aws::ARCRegionswitch::Types::ServiceQuotaWarningSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::ServiceQuotaWarningSummary
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
A service quota warning for a plan. Region switch creates a warning when the applied quota value in one Region of a plan is lower than the value for the matching resource in another Region or account in the plan, or when it can't complete a service quota check.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID that owns the plan that the warning applies to.
-
#case_id ⇒ String
The ID of the support case associated with the quota increase request, if Region switch submitted one for this quota.
-
#last_checked_at ⇒ Time
The time (UTC) when Region switch last checked this quota.
-
#plan_arn ⇒ String
The Amazon Resource Name (ARN) of the plan that the warning applies to.
-
#quota_code ⇒ String
The quota code of the quota that the warning applies to, as defined in Service Quotas.
-
#quota_name ⇒ String
The name of the quota that the warning applies to, as defined in Service Quotas.
-
#quota_region ⇒ String
The Amazon Web Services Region that the quota applies to.
-
#request_id ⇒ String
The ID of the quota increase request that Region switch submitted, if it submitted one for this quota.
-
#service_code ⇒ String
The service code of the service that the quota belongs to, as defined in Service Quotas.
-
#status ⇒ String
The status of the service quota warning.
-
#warning_created_at ⇒ Time
The time (UTC) when Region switch created this warning.
-
#warning_message ⇒ String
A message that describes the service quota warning.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID that owns the plan that the warning applies to.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2694 class ServiceQuotaWarningSummary < Struct.new( :account_id, :quota_region, :service_code, :quota_code, :quota_name, :status, :plan_arn, :request_id, :case_id, :warning_message, :last_checked_at, :warning_created_at) SENSITIVE = [] include Aws::Structure end |
#case_id ⇒ String
The ID of the support case associated with the quota increase request, if Region switch submitted one for this quota.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2694 class ServiceQuotaWarningSummary < Struct.new( :account_id, :quota_region, :service_code, :quota_code, :quota_name, :status, :plan_arn, :request_id, :case_id, :warning_message, :last_checked_at, :warning_created_at) SENSITIVE = [] include Aws::Structure end |
#last_checked_at ⇒ Time
The time (UTC) when Region switch last checked this quota.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2694 class ServiceQuotaWarningSummary < Struct.new( :account_id, :quota_region, :service_code, :quota_code, :quota_name, :status, :plan_arn, :request_id, :case_id, :warning_message, :last_checked_at, :warning_created_at) SENSITIVE = [] include Aws::Structure end |
#plan_arn ⇒ String
The Amazon Resource Name (ARN) of the plan that the warning applies to.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2694 class ServiceQuotaWarningSummary < Struct.new( :account_id, :quota_region, :service_code, :quota_code, :quota_name, :status, :plan_arn, :request_id, :case_id, :warning_message, :last_checked_at, :warning_created_at) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The quota code of the quota that the warning applies to, as defined in Service Quotas.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2694 class ServiceQuotaWarningSummary < Struct.new( :account_id, :quota_region, :service_code, :quota_code, :quota_name, :status, :plan_arn, :request_id, :case_id, :warning_message, :last_checked_at, :warning_created_at) SENSITIVE = [] include Aws::Structure end |
#quota_name ⇒ String
The name of the quota that the warning applies to, as defined in Service Quotas.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2694 class ServiceQuotaWarningSummary < Struct.new( :account_id, :quota_region, :service_code, :quota_code, :quota_name, :status, :plan_arn, :request_id, :case_id, :warning_message, :last_checked_at, :warning_created_at) SENSITIVE = [] include Aws::Structure end |
#quota_region ⇒ String
The Amazon Web Services Region that the quota applies to.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2694 class ServiceQuotaWarningSummary < Struct.new( :account_id, :quota_region, :service_code, :quota_code, :quota_name, :status, :plan_arn, :request_id, :case_id, :warning_message, :last_checked_at, :warning_created_at) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The ID of the quota increase request that Region switch submitted, if it submitted one for this quota.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2694 class ServiceQuotaWarningSummary < Struct.new( :account_id, :quota_region, :service_code, :quota_code, :quota_name, :status, :plan_arn, :request_id, :case_id, :warning_message, :last_checked_at, :warning_created_at) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code of the service that the quota belongs to, as
defined in Service Quotas. For example, ec2.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2694 class ServiceQuotaWarningSummary < Struct.new( :account_id, :quota_region, :service_code, :quota_code, :quota_name, :status, :plan_arn, :request_id, :case_id, :warning_message, :last_checked_at, :warning_created_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the service quota warning.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2694 class ServiceQuotaWarningSummary < Struct.new( :account_id, :quota_region, :service_code, :quota_code, :quota_name, :status, :plan_arn, :request_id, :case_id, :warning_message, :last_checked_at, :warning_created_at) SENSITIVE = [] include Aws::Structure end |
#warning_created_at ⇒ Time
The time (UTC) when Region switch created this warning.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2694 class ServiceQuotaWarningSummary < Struct.new( :account_id, :quota_region, :service_code, :quota_code, :quota_name, :status, :plan_arn, :request_id, :case_id, :warning_message, :last_checked_at, :warning_created_at) SENSITIVE = [] include Aws::Structure end |
#warning_message ⇒ String
A message that describes the service quota warning.
2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2694 class ServiceQuotaWarningSummary < Struct.new( :account_id, :quota_region, :service_code, :quota_code, :quota_name, :status, :plan_arn, :request_id, :case_id, :warning_message, :last_checked_at, :warning_created_at) SENSITIVE = [] include Aws::Structure end |