Class: Aws::Types::PutConfigurationAggregatorRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_aggregation_sources::Array[Types::AccountAggregationSource]

Returns the value of attribute account_aggregation_sources.

Returns:



1743
1744
1745
# File 'sig/types.rbs', line 1743

def 
  @account_aggregation_sources
end

#aggregator_filtersTypes::AggregatorFilters

Returns the value of attribute aggregator_filters.



1746
1747
1748
# File 'sig/types.rbs', line 1746

def aggregator_filters
  @aggregator_filters
end

#configuration_aggregator_name::String

Returns the value of attribute configuration_aggregator_name.

Returns:

  • (::String)


1742
1743
1744
# File 'sig/types.rbs', line 1742

def configuration_aggregator_name
  @configuration_aggregator_name
end

#organization_aggregation_sourceTypes::OrganizationAggregationSource

Returns the value of attribute organization_aggregation_source.



1744
1745
1746
# File 'sig/types.rbs', line 1744

def organization_aggregation_source
  @organization_aggregation_source
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1745
1746
1747
# File 'sig/types.rbs', line 1745

def tags
  @tags
end