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)


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

def analyze_rule_group
  @analyze_rule_group
end

#capacity::Integer

Returns the value of attribute capacity.

Returns:

  • (::Integer)


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

def capacity
  @capacity
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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

def dry_run
  @dry_run
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



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

def encryption_configuration
  @encryption_configuration
end

#rule_groupTypes::RuleGroup

Returns the value of attribute rule_group.

Returns:



317
318
319
# File 'sig/types.rbs', line 317

def rule_group
  @rule_group
end

#rule_group_name::String

Returns the value of attribute rule_group_name.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def rule_group_name
  @rule_group_name
end

#rules::String

Returns the value of attribute rules.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def rules
  @rules
end

#source_metadataTypes::SourceMetadata

Returns the value of attribute source_metadata.



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

def 
  @source_metadata
end

#summary_configurationTypes::SummaryConfiguration

Returns the value of attribute summary_configuration.



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

def summary_configuration
  @summary_configuration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end

#type"STATELESS", ...

Returns the value of attribute type.

Returns:

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


319
320
321
# File 'sig/types.rbs', line 319

def type
  @type
end