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)


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

def capacity
  @capacity
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def description
  @description
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


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

def last_modified_time
  @last_modified_time
end

#listing_name::String

Returns the value of attribute listing_name.

Returns:

  • (::String)


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

def listing_name
  @listing_name
end

#product_id::String

Returns the value of attribute product_id.

Returns:

  • (::String)


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

def product_id
  @product_id
end

#rule_group_arn::String

Returns the value of attribute rule_group_arn.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def rule_group_arn
  @rule_group_arn
end

#rule_group_name::String

Returns the value of attribute rule_group_name.

Returns:

  • (::String)


698
699
700
# File 'sig/types.rbs', line 698

def rule_group_name
  @rule_group_name
end

#stateful_rule_optionsTypes::StatefulRuleOptions

Returns the value of attribute stateful_rule_options.



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

def stateful_rule_options
  @stateful_rule_options
end

#type"STATELESS", ...

Returns the value of attribute type.

Returns:

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


700
701
702
# File 'sig/types.rbs', line 700

def type
  @type
end

#vendor_name::String

Returns the value of attribute vendor_name.

Returns:

  • (::String)


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

def vendor_name
  @vendor_name
end