Class: Aws::ConfigService::Types::DeleteAggregationAuthorizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteAggregationAuthorizationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorized_account_id ⇒ String
The 12-digit account ID of the account authorized to aggregate data.
-
#authorized_aws_region ⇒ String
The region authorized to collect aggregated data.
Instance Attribute Details
#authorized_account_id ⇒ String
The 12-digit account ID of the account authorized to aggregate data.
2017 2018 2019 2020 2021 2022 |
# File 'lib/aws-sdk-configservice/types.rb', line 2017 class DeleteAggregationAuthorizationRequest < Struct.new( :authorized_account_id, :authorized_aws_region) SENSITIVE = [] include Aws::Structure end |
#authorized_aws_region ⇒ String
The region authorized to collect aggregated data.
2017 2018 2019 2020 2021 2022 |
# File 'lib/aws-sdk-configservice/types.rb', line 2017 class DeleteAggregationAuthorizationRequest < Struct.new( :authorized_account_id, :authorized_aws_region) SENSITIVE = [] include Aws::Structure end |