Class: Aws::ServiceQuotas::Types::StartAutoManagementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::StartAutoManagementRequest
- Defined in:
- gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exclusion_list ⇒ Hash<String,Array<String>>
List of Amazon Web Services services excluded from Automatic Management.
-
#notification_arn ⇒ String
The [User Notifications][1] Amazon Resource Name (ARN) for Automatic Management notifications.
-
#opt_in_level ⇒ String
Sets the opt-in level for Automatic Management.
-
#opt_in_type ⇒ String
Sets the opt-in type for Automatic Management.
Instance Attribute Details
#exclusion_list ⇒ Hash<String,Array<String>>
List of Amazon Web Services services excluded from Automatic Management. You won't be notified of Service Quotas utilization for Amazon Web Services services added to the Automatic Management exclusion list.
1633 1634 1635 1636 1637 1638 1639 1640 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1633 class StartAutoManagementRequest < Struct.new( :opt_in_level, :opt_in_type, :notification_arn, :exclusion_list) SENSITIVE = [] include Aws::Structure end |
#notification_arn ⇒ String
The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications.
1633 1634 1635 1636 1637 1638 1639 1640 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1633 class StartAutoManagementRequest < Struct.new( :opt_in_level, :opt_in_type, :notification_arn, :exclusion_list) SENSITIVE = [] include Aws::Structure end |
#opt_in_level ⇒ String
Sets the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.
1633 1634 1635 1636 1637 1638 1639 1640 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1633 class StartAutoManagementRequest < Struct.new( :opt_in_level, :opt_in_type, :notification_arn, :exclusion_list) SENSITIVE = [] include Aws::Structure end |
#opt_in_type ⇒ String
Sets the opt-in type for Automatic Management. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.
1633 1634 1635 1636 1637 1638 1639 1640 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1633 class StartAutoManagementRequest < Struct.new( :opt_in_level, :opt_in_type, :notification_arn, :exclusion_list) SENSITIVE = [] include Aws::Structure end |