Class: Aws::Types::ListTopicRulesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3797
3798
3799
# File 'sig/types.rbs', line 3797

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3798
3799
3800
# File 'sig/types.rbs', line 3798

def next_token
  @next_token
end

#rule_disabledBoolean

Returns the value of attribute rule_disabled.

Returns:

  • (Boolean)


3799
3800
3801
# File 'sig/types.rbs', line 3799

def rule_disabled
  @rule_disabled
end

#topic::String

Returns the value of attribute topic.

Returns:

  • (::String)


3796
3797
3798
# File 'sig/types.rbs', line 3796

def topic
  @topic
end