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:



1461
1462
1463
# File 'sig/types.rbs', line 1461

def analysis_results
  @analysis_results
end

#capacity::Integer

Returns the value of attribute capacity.

Returns:

  • (::Integer)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def capacity
  @capacity
end

#consumed_capacity::Integer

Returns the value of attribute consumed_capacity.

Returns:

  • (::Integer)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def consumed_capacity
  @consumed_capacity
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def description
  @description
end

#encryption_configurationTypes::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.

Returns:

  • (::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


1459
1460
1461
# File 'sig/types.rbs', line 1459

def sns_topic
  @sns_topic
end

#source_metadataTypes::SourceMetadata

Returns the value of attribute source_metadata.



1458
1459
1460
# File 'sig/types.rbs', line 1458

def 
  @source_metadata
end

#summary_configurationTypes::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.

Returns:



1454
1455
1456
# File 'sig/types.rbs', line 1454

def tags
  @tags
end

#type"STATELESS", ...

Returns the value of attribute type.

Returns:

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


1451
1452
1453
# File 'sig/types.rbs', line 1451

def type
  @type
end