Class: Aws::Types::UpdateFindingAggregatorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#finding_aggregator_arn::String

Returns the value of attribute finding_aggregator_arn.

Returns:

  • (::String)


8026
8027
8028
# File 'sig/types.rbs', line 8026

def finding_aggregator_arn
  @finding_aggregator_arn
end

#region_linking_mode::String

Returns the value of attribute region_linking_mode.

Returns:

  • (::String)


8027
8028
8029
# File 'sig/types.rbs', line 8027

def region_linking_mode
  @region_linking_mode
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


8028
8029
8030
# File 'sig/types.rbs', line 8028

def regions
  @regions
end