Class: Aws::Types::UpdateFindingAggregatorResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#finding_aggregation_region::String

Returns the value of attribute finding_aggregation_region.

Returns:

  • (::String)


8034
8035
8036
# File 'sig/types.rbs', line 8034

def finding_aggregation_region
  @finding_aggregation_region
end

#finding_aggregator_arn::String

Returns the value of attribute finding_aggregator_arn.

Returns:

  • (::String)


8033
8034
8035
# File 'sig/types.rbs', line 8033

def finding_aggregator_arn
  @finding_aggregator_arn
end

#region_linking_mode::String

Returns the value of attribute region_linking_mode.

Returns:

  • (::String)


8035
8036
8037
# File 'sig/types.rbs', line 8035

def region_linking_mode
  @region_linking_mode
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


8036
8037
8038
# File 'sig/types.rbs', line 8036

def regions
  @regions
end