Class: Aws::ConfigService::Types::AggregationAuthorization

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/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

Instance Attribute Details

#aggregation_authorization_arnString

The Amazon Resource Name (ARN) of the aggregation object.

Returns:

  • (String)


430
431
432
433
434
435
436
437
# File 'gems/aws-sdk-configservice/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_idString

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

Returns:

  • (String)


430
431
432
433
434
435
436
437
# File 'gems/aws-sdk-configservice/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_regionString

The region authorized to collect aggregated data.

Returns:

  • (String)


430
431
432
433
434
435
436
437
# File 'gems/aws-sdk-configservice/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_timeTime

The time stamp when the aggregation authorization was created.

Returns:

  • (Time)


430
431
432
433
434
435
436
437
# File 'gems/aws-sdk-configservice/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