Class: Aws::Types::RuleGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_results ⇒ ::Array[Types::AnalysisResult]
Returns the value of attribute analysis_results.
-
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
-
#consumed_capacity ⇒ ::Integer
Returns the value of attribute consumed_capacity.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#number_of_associations ⇒ ::Integer
Returns the value of attribute number_of_associations.
-
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
-
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
-
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
-
#rule_group_status ⇒ "ACTIVE", ...
Returns the value of attribute rule_group_status.
-
#sns_topic ⇒ ::String
Returns the value of attribute sns_topic.
-
#source_metadata ⇒ Types::SourceMetadata
Returns the value of attribute source_metadata.
-
#summary_configuration ⇒ Types::SummaryConfiguration
Returns the value of attribute summary_configuration.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "STATELESS", ...
Returns the value of attribute type.
Instance Attribute Details
#analysis_results ⇒ ::Array[Types::AnalysisResult]
Returns the value of attribute analysis_results.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def analysis_results @analysis_results end |
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def capacity @capacity end |
#consumed_capacity ⇒ ::Integer
Returns the value of attribute consumed_capacity.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def consumed_capacity @consumed_capacity end |
#description ⇒ ::String
Returns the value of attribute description.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def description @description end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def encryption_configuration @encryption_configuration end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def last_modified_time @last_modified_time end |
#number_of_associations ⇒ ::Integer
Returns the value of attribute number_of_associations.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def number_of_associations @number_of_associations end |
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def rule_group_arn @rule_group_arn end |
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def rule_group_id @rule_group_id end |
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def rule_group_name @rule_group_name end |
#rule_group_status ⇒ "ACTIVE", ...
Returns the value of attribute rule_group_status.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def rule_group_status @rule_group_status end |
#sns_topic ⇒ ::String
Returns the value of attribute sns_topic.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def sns_topic @sns_topic end |
#source_metadata ⇒ Types::SourceMetadata
Returns the value of attribute source_metadata.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def @source_metadata end |
#summary_configuration ⇒ Types::SummaryConfiguration
Returns the value of attribute summary_configuration.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def summary_configuration @summary_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def @tags end |
#type ⇒ "STATELESS", ...
Returns the value of attribute type.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def type @type end |