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

Class: Aws::ConfigService::Types::DeleteAggregationAuthorizationRequest

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

Overview

Note:

When passing DeleteAggregationAuthorizationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  authorized_account_id: "AccountId", # required
  authorized_aws_region: "AwsRegion", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_account_idString

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

Returns:

  • (String)

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

#authorized_aws_regionString

The region authorized to collect aggregated data.

Returns:

  • (String)

    The region authorized to collect aggregated data.