Class: Aws::Types::ListImageScanFindingAggregationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_type ⇒ ::String

Returns the value of attribute aggregation_type.

Returns:

  • (::String)


1578
1579
1580
# File 'sig/types.rbs', line 1578

def aggregation_type
  @aggregation_type
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def next_token
  @next_token
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1577
1578
1579
# File 'sig/types.rbs', line 1577

def request_id
  @request_id
end

#responses ⇒ ::Array[Types::ImageScanFindingAggregation]

Returns the value of attribute responses.



1579
1580
1581
# File 'sig/types.rbs', line 1579

def responses
  @responses
end