Class: Aws::Types::ListCustomDetectionRuleOrgConfigurationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurations::Array[Types::DetectionRuleOrgConfigurationSummary]

Returns the value of attribute configurations.



1858
1859
1860
# File 'sig/types.rbs', line 1858

def configurations
  @configurations
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1859
1860
1861
# File 'sig/types.rbs', line 1859

def next_token
  @next_token
end