Class: Aws::ConfigService::Types::PutAggregationAuthorizationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_account_idString

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

Returns:

  • (String)


6414
6415
6416
6417
6418
6419
6420
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6414

class PutAggregationAuthorizationRequest < Struct.new(
  :authorized_account_id,
  :authorized_aws_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#authorized_aws_regionString

The region authorized to collect aggregated data.

Returns:

  • (String)


6414
6415
6416
6417
6418
6419
6420
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6414

class PutAggregationAuthorizationRequest < Struct.new(
  :authorized_account_id,
  :authorized_aws_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of tag object.

Returns:



6414
6415
6416
6417
6418
6419
6420
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6414

class PutAggregationAuthorizationRequest < Struct.new(
  :authorized_account_id,
  :authorized_aws_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end