Class: Aws::ConfigService::Types::DeleteAggregationAuthorizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteAggregationAuthorizationRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Note:
When making an API call, you may pass DeleteAggregationAuthorizationRequest data as a hash:
{
authorized_account_id: "AccountId", # required
authorized_aws_region: "AwsRegion", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorized_account_id ⇒ String
The 12-digit account ID of the account authorized to aggregate data.
-
#authorized_aws_region ⇒ String
The region authorized to collect aggregated data.
Instance Attribute Details
#authorized_account_id ⇒ String
The 12-digit account ID of the account authorized to aggregate data.
1987 1988 1989 1990 1991 1992 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1987 class DeleteAggregationAuthorizationRequest < Struct.new( :authorized_account_id, :authorized_aws_region) SENSITIVE = [] include Aws::Structure end |
#authorized_aws_region ⇒ String
The region authorized to collect aggregated data.
1987 1988 1989 1990 1991 1992 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1987 class DeleteAggregationAuthorizationRequest < Struct.new( :authorized_account_id, :authorized_aws_region) SENSITIVE = [] include Aws::Structure end |