Class: Aws::Types::ManagedRuleSetVersion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_rule_group_arn::String

Returns the value of attribute associated_rule_group_arn.

Returns:

  • (::String)


1189
1190
1191
# File 'sig/types.rbs', line 1189

def associated_rule_group_arn
  @associated_rule_group_arn
end

#capacity::Integer

Returns the value of attribute capacity.

Returns:

  • (::Integer)


1190
1191
1192
# File 'sig/types.rbs', line 1190

def capacity
  @capacity
end

#expiry_timestamp::Time

Returns the value of attribute expiry_timestamp.

Returns:

  • (::Time)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def expiry_timestamp
  @expiry_timestamp
end

#forecasted_lifetime::Integer

Returns the value of attribute forecasted_lifetime.

Returns:

  • (::Integer)


1191
1192
1193
# File 'sig/types.rbs', line 1191

def forecasted_lifetime
  @forecasted_lifetime
end

#last_update_timestamp::Time

Returns the value of attribute last_update_timestamp.

Returns:

  • (::Time)


1193
1194
1195
# File 'sig/types.rbs', line 1193

def last_update_timestamp
  @last_update_timestamp
end

#publish_timestamp::Time

Returns the value of attribute publish_timestamp.

Returns:

  • (::Time)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def publish_timestamp
  @publish_timestamp
end