Class: Aws::ServiceQuotas::Types::GetAutoManagementConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::GetAutoManagementConfigurationResponse
- 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<Types::QuotaInfo>>
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
Information on the opt-in level for Automatic Management.
-
#opt_in_status ⇒ String
Status on whether Automatic Management is started or stopped.
-
#opt_in_type ⇒ String
Information on the opt-in type for Automatic Management.
Instance Attribute Details
#exclusion_list ⇒ Hash<String,Array<Types::QuotaInfo>>
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.
245 246 247 248 249 250 251 252 253 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 245 class GetAutoManagementConfigurationResponse < Struct.new( :opt_in_level, :opt_in_type, :notification_arn, :opt_in_status, :exclusion_list) SENSITIVE = [] include Aws::Structure end |
#notification_arn ⇒ String
The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications.
245 246 247 248 249 250 251 252 253 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 245 class GetAutoManagementConfigurationResponse < Struct.new( :opt_in_level, :opt_in_type, :notification_arn, :opt_in_status, :exclusion_list) SENSITIVE = [] include Aws::Structure end |
#opt_in_level ⇒ String
Information on the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.
245 246 247 248 249 250 251 252 253 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 245 class GetAutoManagementConfigurationResponse < Struct.new( :opt_in_level, :opt_in_type, :notification_arn, :opt_in_status, :exclusion_list) SENSITIVE = [] include Aws::Structure end |
#opt_in_status ⇒ String
Status on whether Automatic Management is started or stopped.
245 246 247 248 249 250 251 252 253 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 245 class GetAutoManagementConfigurationResponse < Struct.new( :opt_in_level, :opt_in_type, :notification_arn, :opt_in_status, :exclusion_list) SENSITIVE = [] include Aws::Structure end |
#opt_in_type ⇒ String
Information on the opt-in type for Automatic Management. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.
245 246 247 248 249 250 251 252 253 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 245 class GetAutoManagementConfigurationResponse < Struct.new( :opt_in_level, :opt_in_type, :notification_arn, :opt_in_status, :exclusion_list) SENSITIVE = [] include Aws::Structure end |