Class: Aws::Types::UpdateRuleGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analyze_rule_groupBoolean

Returns the value of attribute analyze_rule_group.

Returns:

  • (Boolean)


2033
2034
2035
# File 'sig/types.rbs', line 2033

def analyze_rule_group
  @analyze_rule_group
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2029
2030
2031
# File 'sig/types.rbs', line 2029

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2030
2031
2032
# File 'sig/types.rbs', line 2030

def dry_run
  @dry_run
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



2031
2032
2033
# File 'sig/types.rbs', line 2031

def encryption_configuration
  @encryption_configuration
end

#rule_groupTypes::RuleGroup

Returns the value of attribute rule_group.

Returns:



2026
2027
2028
# File 'sig/types.rbs', line 2026

def rule_group
  @rule_group
end

#rule_group_arn::String

Returns the value of attribute rule_group_arn.

Returns:

  • (::String)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def rule_group_arn
  @rule_group_arn
end

#rule_group_name::String

Returns the value of attribute rule_group_name.

Returns:

  • (::String)


2025
2026
2027
# File 'sig/types.rbs', line 2025

def rule_group_name
  @rule_group_name
end

#rules::String

Returns the value of attribute rules.

Returns:

  • (::String)


2027
2028
2029
# File 'sig/types.rbs', line 2027

def rules
  @rules
end

#source_metadataTypes::SourceMetadata

Returns the value of attribute source_metadata.



2032
2033
2034
# File 'sig/types.rbs', line 2032

def 
  @source_metadata
end

#summary_configurationTypes::SummaryConfiguration

Returns the value of attribute summary_configuration.



2034
2035
2036
# File 'sig/types.rbs', line 2034

def summary_configuration
  @summary_configuration
end

#type"STATELESS", ...

Returns the value of attribute type.

Returns:

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


2028
2029
2030
# File 'sig/types.rbs', line 2028

def type
  @type
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


2023
2024
2025
# File 'sig/types.rbs', line 2023

def update_token
  @update_token
end