Class: Aws::Types::ListResourceProfileDetectionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detections::Array[Types::Detection]

Returns the value of attribute detections.

Returns:



1300
1301
1302
# File 'sig/types.rbs', line 1300

def detections
  @detections
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def next_token
  @next_token
end