Class: Aws::Types::RuleGroupResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_results::Array[Types::AnalysisResult]

Returns the value of attribute analysis_results.

Returns:



1488
1489
1490
# File 'sig/types.rbs', line 1488

def analysis_results
  @analysis_results
end

#capacity::Integer

Returns the value of attribute capacity.

Returns:

  • (::Integer)


1479
1480
1481
# File 'sig/types.rbs', line 1479

def capacity
  @capacity
end

#consumed_capacity::Integer

Returns the value of attribute consumed_capacity.

Returns:

  • (::Integer)


1482
1483
1484
# File 'sig/types.rbs', line 1482

def consumed_capacity
  @consumed_capacity
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1477
1478
1479
# File 'sig/types.rbs', line 1477

def description
  @description
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



1484
1485
1486
# File 'sig/types.rbs', line 1484

def encryption_configuration
  @encryption_configuration
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1487
1488
1489
# File 'sig/types.rbs', line 1487

def last_modified_time
  @last_modified_time
end

#number_of_associations::Integer

Returns the value of attribute number_of_associations.

Returns:

  • (::Integer)


1483
1484
1485
# File 'sig/types.rbs', line 1483

def number_of_associations
  @number_of_associations
end

#rule_group_arn::String

Returns the value of attribute rule_group_arn.

Returns:

  • (::String)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def rule_group_arn
  @rule_group_arn
end

#rule_group_id::String

Returns the value of attribute rule_group_id.

Returns:

  • (::String)


1476
1477
1478
# File 'sig/types.rbs', line 1476

def rule_group_id
  @rule_group_id
end

#rule_group_name::String

Returns the value of attribute rule_group_name.

Returns:

  • (::String)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def rule_group_name
  @rule_group_name
end

#rule_group_status"ACTIVE", ...

Returns the value of attribute rule_group_status.

Returns:

  • ("ACTIVE", "DELETING", "ERROR")


1480
1481
1482
# File 'sig/types.rbs', line 1480

def rule_group_status
  @rule_group_status
end

#sns_topic::String

Returns the value of attribute sns_topic.

Returns:

  • (::String)


1486
1487
1488
# File 'sig/types.rbs', line 1486

def sns_topic
  @sns_topic
end

#source_metadataTypes::SourceMetadata

Returns the value of attribute source_metadata.



1485
1486
1487
# File 'sig/types.rbs', line 1485

def 
  @source_metadata
end

#summary_configurationTypes::SummaryConfiguration

Returns the value of attribute summary_configuration.



1489
1490
1491
# File 'sig/types.rbs', line 1489

def summary_configuration
  @summary_configuration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1481
1482
1483
# File 'sig/types.rbs', line 1481

def tags
  @tags
end

#type"STATELESS", ...

Returns the value of attribute type.

Returns:

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


1478
1479
1480
# File 'sig/types.rbs', line 1478

def type
  @type
end