Class: Aws::Types::CreateFindingAggregatorResponse

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)


5219
5220
5221
# File 'sig/types.rbs', line 5219

def finding_aggregation_region
  @finding_aggregation_region
end

#finding_aggregator_arn::String

Returns the value of attribute finding_aggregator_arn.

Returns:

  • (::String)


5218
5219
5220
# File 'sig/types.rbs', line 5218

def finding_aggregator_arn
  @finding_aggregator_arn
end

#region_linking_mode::String

Returns the value of attribute region_linking_mode.

Returns:

  • (::String)


5220
5221
5222
# File 'sig/types.rbs', line 5220

def region_linking_mode
  @region_linking_mode
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


5221
5222
5223
# File 'sig/types.rbs', line 5221

def regions
  @regions
end