Class: Aws::Types::RuleGroup
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#available_labels ⇒ ::Array[Types::LabelSummary]
Returns the value of attribute available_labels.
-
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
-
#consumed_labels ⇒ ::Array[Types::LabelSummary]
Returns the value of attribute consumed_labels.
-
#custom_response_bodies ⇒ ::Hash[::String, Types::CustomResponseBody]
Returns the value of attribute custom_response_bodies.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#label_namespace ⇒ ::String
Returns the value of attribute label_namespace.
-
#monetization_config ⇒ Types::MonetizationConfig
Returns the value of attribute monetization_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
-
#visibility_config ⇒ Types::VisibilityConfig
Returns the value of attribute visibility_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def arn @arn end |
#available_labels ⇒ ::Array[Types::LabelSummary]
Returns the value of attribute available_labels.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def available_labels @available_labels end |
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def capacity @capacity end |
#consumed_labels ⇒ ::Array[Types::LabelSummary]
Returns the value of attribute consumed_labels.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def consumed_labels @consumed_labels end |
#custom_response_bodies ⇒ ::Hash[::String, Types::CustomResponseBody]
Returns the value of attribute custom_response_bodies.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def custom_response_bodies @custom_response_bodies end |
#description ⇒ ::String
Returns the value of attribute description.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def id @id end |
#label_namespace ⇒ ::String
Returns the value of attribute label_namespace.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def label_namespace @label_namespace end |
#monetization_config ⇒ Types::MonetizationConfig
Returns the value of attribute monetization_config.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def monetization_config @monetization_config end |
#name ⇒ ::String
Returns the value of attribute name.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def name @name end |
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def rules @rules end |
#visibility_config ⇒ Types::VisibilityConfig
Returns the value of attribute visibility_config.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def visibility_config @visibility_config end |