Class: Aws::ConfigService::Types::AggregationAuthorization
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::AggregationAuthorization
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
An object that represents the authorizations granted to aggregator accounts and regions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_authorization_arn ⇒ String
The Amazon Resource Name (ARN) of the aggregation object.
-
#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.
-
#creation_time ⇒ Time
The time stamp when the aggregation authorization was created.
Instance Attribute Details
#aggregation_authorization_arn ⇒ String
The Amazon Resource Name (ARN) of the aggregation object.
430 431 432 433 434 435 436 437 |
# File 'lib/aws-sdk-configservice/types.rb', line 430 class AggregationAuthorization < Struct.new( :aggregation_authorization_arn, :authorized_account_id, :authorized_aws_region, :creation_time) SENSITIVE = [] include Aws::Structure end |
#authorized_account_id ⇒ String
The 12-digit account ID of the account authorized to aggregate data.
430 431 432 433 434 435 436 437 |
# File 'lib/aws-sdk-configservice/types.rb', line 430 class AggregationAuthorization < Struct.new( :aggregation_authorization_arn, :authorized_account_id, :authorized_aws_region, :creation_time) SENSITIVE = [] include Aws::Structure end |
#authorized_aws_region ⇒ String
The region authorized to collect aggregated data.
430 431 432 433 434 435 436 437 |
# File 'lib/aws-sdk-configservice/types.rb', line 430 class AggregationAuthorization < Struct.new( :aggregation_authorization_arn, :authorized_account_id, :authorized_aws_region, :creation_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time stamp when the aggregation authorization was created.
430 431 432 433 434 435 436 437 |
# File 'lib/aws-sdk-configservice/types.rb', line 430 class AggregationAuthorization < Struct.new( :aggregation_authorization_arn, :authorized_account_id, :authorized_aws_region, :creation_time) SENSITIVE = [] include Aws::Structure end |