Class: Aws::Types::RuleSummary
- Inherits:
-
Object
- Object
- Aws::Types::RuleSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def id @id end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def is_default @is_default end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def priority @priority end |