Class: Aws::ConfigService::Types::DeletePendingAggregationRequestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeletePendingAggregationRequestRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#requester_account_id ⇒ String
The 12-digit account ID of the account requesting to aggregate data.
-
#requester_aws_region ⇒ String
The region requesting to aggregate data.
Instance Attribute Details
#requester_account_id ⇒ String
The 12-digit account ID of the account requesting to aggregate data.
2145 2146 2147 2148 2149 2150 |
# File 'lib/aws-sdk-configservice/types.rb', line 2145 class DeletePendingAggregationRequestRequest < Struct.new( :requester_account_id, :requester_aws_region) SENSITIVE = [] include Aws::Structure end |
#requester_aws_region ⇒ String
The region requesting to aggregate data.
2145 2146 2147 2148 2149 2150 |
# File 'lib/aws-sdk-configservice/types.rb', line 2145 class DeletePendingAggregationRequestRequest < Struct.new( :requester_account_id, :requester_aws_region) SENSITIVE = [] include Aws::Structure end |