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.
6228 6229 6230 6231 6232 6233 6234 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6228 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.
6228 6229 6230 6231 6232 6233 6234 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6228 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.
6228 6229 6230 6231 6232 6233 6234 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6228 class PutAggregationAuthorizationRequest < Struct.new( :authorized_account_id, :authorized_aws_region, :tags) SENSITIVE = [] include Aws::Structure end |