Class: Aws::Types::DescribeManagedRuleGroupResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#available_labels::Array[Types::LabelSummary]

Returns the value of attribute available_labels.

Returns:



472
473
474
# File 'sig/types.rbs', line 472

def available_labels
  @available_labels
end

#capacity::Integer

Returns the value of attribute capacity.

Returns:

  • (::Integer)


469
470
471
# File 'sig/types.rbs', line 469

def capacity
  @capacity
end

#consumed_labels::Array[Types::LabelSummary]

Returns the value of attribute consumed_labels.

Returns:



473
474
475
# File 'sig/types.rbs', line 473

def consumed_labels
  @consumed_labels
end

#label_namespace::String

Returns the value of attribute label_namespace.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def label_namespace
  @label_namespace
end

#rules::Array[Types::RuleSummary]

Returns the value of attribute rules.

Returns:



470
471
472
# File 'sig/types.rbs', line 470

def rules
  @rules
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def sns_topic_arn
  @sns_topic_arn
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

def version_name
  @version_name
end