Class: Aws::Types::CreateRuleGroupRequest

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)


331
332
333
# File 'sig/types.rbs', line 331

def analyze_rule_group
  @analyze_rule_group
end

#capacity::Integer

Returns the value of attribute capacity.

Returns:

  • (::Integer)


326
327
328
# File 'sig/types.rbs', line 326

def capacity
  @capacity
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


328
329
330
# File 'sig/types.rbs', line 328

def dry_run
  @dry_run
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



329
330
331
# File 'sig/types.rbs', line 329

def encryption_configuration
  @encryption_configuration
end

#rule_groupTypes::RuleGroup

Returns the value of attribute rule_group.

Returns:



322
323
324
# File 'sig/types.rbs', line 322

def rule_group
  @rule_group
end

#rule_group_name::String

Returns the value of attribute rule_group_name.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def rule_group_name
  @rule_group_name
end

#rules::String

Returns the value of attribute rules.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def rules
  @rules
end

#source_metadataTypes::SourceMetadata

Returns the value of attribute source_metadata.



330
331
332
# File 'sig/types.rbs', line 330

def 
  @source_metadata
end

#summary_configurationTypes::SummaryConfiguration

Returns the value of attribute summary_configuration.



332
333
334
# File 'sig/types.rbs', line 332

def summary_configuration
  @summary_configuration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



327
328
329
# File 'sig/types.rbs', line 327

def tags
  @tags
end

#type"STATELESS", ...

Returns the value of attribute type.

Returns:

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


324
325
326
# File 'sig/types.rbs', line 324

def type
  @type
end