Class: Aws::Types::GetRulesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


869
870
871
# File 'sig/types.rbs', line 869

def detector_id
  @detector_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


872
873
874
# File 'sig/types.rbs', line 872

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


871
872
873
# File 'sig/types.rbs', line 871

def next_token
  @next_token
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


868
869
870
# File 'sig/types.rbs', line 868

def rule_id
  @rule_id
end

#rule_version::String

Returns the value of attribute rule_version.

Returns:

  • (::String)


870
871
872
# File 'sig/types.rbs', line 870

def rule_version
  @rule_version
end