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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_account_idString

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

Returns:

  • (String)


2331
2332
2333
2334
2335
2336
# File 'lib/aws-sdk-configservice/types.rb', line 2331

class DeleteAggregationAuthorizationRequest < Struct.new(
  :authorized_account_id,
  :authorized_aws_region)
  SENSITIVE = []
  include Aws::Structure
end

#authorized_aws_regionString

The region authorized to collect aggregated data.

Returns:

  • (String)


2331
2332
2333
2334
2335
2336
# File 'lib/aws-sdk-configservice/types.rb', line 2331

class DeleteAggregationAuthorizationRequest < Struct.new(
  :authorized_account_id,
  :authorized_aws_region)
  SENSITIVE = []
  include Aws::Structure
end