You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeletePendingAggregationRequestRequest as input to an Aws::Client method, you can use a vanilla 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)

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

#requester_aws_regionString

The region requesting to aggregate data.

Returns:

  • (String)

    The region requesting to aggregate data.