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)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def next_token
  @next_token
end

#protect_configuration_arn::String

Returns the value of attribute protect_configuration_arn.

Returns:

  • (::String)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def protect_configuration_arn
  @protect_configuration_arn
end

#protect_configuration_id::String

Returns the value of attribute protect_configuration_id.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def protect_configuration_id
  @protect_configuration_id
end

#rule_set_number_overrides::Array[Types::ProtectConfigurationRuleSetNumberOverride]

Returns the value of attribute rule_set_number_overrides.



1198
1199
1200
# File 'sig/types.rbs', line 1198

def rule_set_number_overrides
  @rule_set_number_overrides
end