Class: Aws::Types::ListRuleGroupsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#managed_type ⇒ "AWS_MANAGED_THREAT_SIGNATURES", ...

Returns the value of attribute managed_type.

Returns:

  • ("AWS_MANAGED_THREAT_SIGNATURES", "AWS_MANAGED_DOMAIN_LISTS", "ACTIVE_THREAT_DEFENSE", "PARTNER_MANAGED")


1162
1163
1164
# File 'sig/types.rbs', line 1162

def managed_type
  @managed_type
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def next_token
  @next_token
end

#scope ⇒ "MANAGED", "ACCOUNT"

Returns the value of attribute scope.

Returns:

  • ("MANAGED", "ACCOUNT")


1161
1162
1163
# File 'sig/types.rbs', line 1161

def scope
  @scope
end

#subscription_status ⇒ "NOT_SUBSCRIBED", "SUBSCRIBED"

Returns the value of attribute subscription_status.

Returns:

  • ("NOT_SUBSCRIBED", "SUBSCRIBED")


1163
1164
1165
# File 'sig/types.rbs', line 1163

def subscription_status
  @subscription_status
end

#type ⇒ "STATELESS", ...

Returns the value of attribute type.

Returns:

  • ("STATELESS", "STATEFUL", "STATEFUL_DOMAIN")


1164
1165
1166
# File 'sig/types.rbs', line 1164

def type
  @type
end