Class: Aws::Types::ListProtectConfigurationRuleSetNumberOverridesResult

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)


1216
1217
1218
# File 'sig/types.rbs', line 1216

def next_token
  @next_token
end

#protect_configuration_arn ⇒ ::String

Returns the value of attribute protect_configuration_arn.

Returns:

  • (::String)


1213
1214
1215
# File 'sig/types.rbs', line 1213

def protect_configuration_arn
  @protect_configuration_arn
end

#protect_configuration_id ⇒ ::String

Returns the value of attribute protect_configuration_id.

Returns:

  • (::String)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def protect_configuration_id
  @protect_configuration_id
end

#rule_set_number_overrides ⇒ ::Array[Types::ProtectConfigurationRuleSetNumberOverride]

Returns the value of attribute rule_set_number_overrides.



1215
1216
1217
# File 'sig/types.rbs', line 1215

def rule_set_number_overrides
  @rule_set_number_overrides
end