Class: Aws::Types::GetRulesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


878
879
880
# File 'sig/types.rbs', line 878

def next_token
  @next_token
end

#rule_details::Array[Types::RuleDetail]

Returns the value of attribute rule_details.

Returns:



877
878
879
# File 'sig/types.rbs', line 877

def rule_details
  @rule_details
end