Class: Aws::ConfigService::Types::PutAggregationAuthorizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutAggregationAuthorizationRequest
- Defined in:
- gems/aws-sdk-configservice/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.
-
#tags ⇒ Array<Types::Tag>
An array of tag object.
Instance Attribute Details
#authorized_account_id ⇒ String
The 12-digit account ID of the account authorized to aggregate data.
6442 6443 6444 6445 6446 6447 6448 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6442 class PutAggregationAuthorizationRequest < Struct.new( :authorized_account_id, :authorized_aws_region, :tags) SENSITIVE = [] include Aws::Structure end |
#authorized_aws_region ⇒ String
The region authorized to collect aggregated data.
6442 6443 6444 6445 6446 6447 6448 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6442 class PutAggregationAuthorizationRequest < Struct.new( :authorized_account_id, :authorized_aws_region, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of tag object.
6442 6443 6444 6445 6446 6447 6448 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6442 class PutAggregationAuthorizationRequest < Struct.new( :authorized_account_id, :authorized_aws_region, :tags) SENSITIVE = [] include Aws::Structure end |