Class: Aws::ConfigService::Types::DeletePendingAggregationRequestRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

Note:

When making an API call, you may pass DeletePendingAggregationRequestRequest data as a hash:

{
  requester_account_id: "AccountId", # required
  requester_aws_region: "AwsRegion", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#requester_account_idString

The 12-digit account ID of the account requesting to aggregate data.

Returns:

  • (String)


1436
1437
1438
1439
1440
# File 'lib/aws-sdk-configservice/types.rb', line 1436

class DeletePendingAggregationRequestRequest < Struct.new(
  :requester_account_id,
  :requester_aws_region)
  include Aws::Structure
end

#requester_aws_regionString

The region requesting to aggregate data.

Returns:

  • (String)


1436
1437
1438
1439
1440
# File 'lib/aws-sdk-configservice/types.rb', line 1436

class DeletePendingAggregationRequestRequest < Struct.new(
  :requester_account_id,
  :requester_aws_region)
  include Aws::Structure
end