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)


1989
1990
1991
# File 'sig/types.rbs', line 1989

def analyze_rule_group
  @analyze_rule_group
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1985
1986
1987
# File 'sig/types.rbs', line 1985

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1986
1987
1988
# File 'sig/types.rbs', line 1986

def dry_run
  @dry_run
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



1987
1988
1989
# File 'sig/types.rbs', line 1987

def encryption_configuration
  @encryption_configuration
end

#rule_groupTypes::RuleGroup

Returns the value of attribute rule_group.

Returns:



1982
1983
1984
# File 'sig/types.rbs', line 1982

def rule_group
  @rule_group
end

#rule_group_arn::String

Returns the value of attribute rule_group_arn.

Returns:

  • (::String)


1980
1981
1982
# File 'sig/types.rbs', line 1980

def rule_group_arn
  @rule_group_arn
end

#rule_group_name::String

Returns the value of attribute rule_group_name.

Returns:

  • (::String)


1981
1982
1983
# File 'sig/types.rbs', line 1981

def rule_group_name
  @rule_group_name
end

#rules::String

Returns the value of attribute rules.

Returns:

  • (::String)


1983
1984
1985
# File 'sig/types.rbs', line 1983

def rules
  @rules
end

#source_metadataTypes::SourceMetadata

Returns the value of attribute source_metadata.



1988
1989
1990
# File 'sig/types.rbs', line 1988

def 
  @source_metadata
end

#summary_configurationTypes::SummaryConfiguration

Returns the value of attribute summary_configuration.



1990
1991
1992
# File 'sig/types.rbs', line 1990

def summary_configuration
  @summary_configuration
end

#type"STATELESS", ...

Returns the value of attribute type.

Returns:

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


1984
1985
1986
# File 'sig/types.rbs', line 1984

def type
  @type
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1979
1980
1981
# File 'sig/types.rbs', line 1979

def update_token
  @update_token
end