Class: Aws::Types::DescribeRuleGroupMetadataResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity::Integer

Returns the value of attribute capacity.

Returns:

  • (::Integer)


706
707
708
# File 'sig/types.rbs', line 706

def capacity
  @capacity
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def description
  @description
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


708
709
710
# File 'sig/types.rbs', line 708

def last_modified_time
  @last_modified_time
end

#listing_name::String

Returns the value of attribute listing_name.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def listing_name
  @listing_name
end

#product_id::String

Returns the value of attribute product_id.

Returns:

  • (::String)


710
711
712
# File 'sig/types.rbs', line 710

def product_id
  @product_id
end

#rule_group_arn::String

Returns the value of attribute rule_group_arn.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def rule_group_arn
  @rule_group_arn
end

#rule_group_name::String

Returns the value of attribute rule_group_name.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def rule_group_name
  @rule_group_name
end

#stateful_rule_optionsTypes::StatefulRuleOptions

Returns the value of attribute stateful_rule_options.



707
708
709
# File 'sig/types.rbs', line 707

def stateful_rule_options
  @stateful_rule_options
end

#type"STATELESS", ...

Returns the value of attribute type.

Returns:

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


705
706
707
# File 'sig/types.rbs', line 705

def type
  @type
end

#vendor_name::String

Returns the value of attribute vendor_name.

Returns:

  • (::String)


709
710
711
# File 'sig/types.rbs', line 709

def vendor_name
  @vendor_name
end