Class: Aws::Types::RuleGroupsNamespaceSummary
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupsNamespaceSummary
- 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.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ Types::RuleGroupsNamespaceStatus
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
677 678 679 |
# File 'sig/types.rbs', line 677 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
680 681 682 |
# File 'sig/types.rbs', line 680 def created_at @created_at end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
681 682 683 |
# File 'sig/types.rbs', line 681 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
678 679 680 |
# File 'sig/types.rbs', line 678 def name @name end |
#status ⇒ Types::RuleGroupsNamespaceStatus
Returns the value of attribute status.
679 680 681 |
# File 'sig/types.rbs', line 679 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
682 683 684 |
# File 'sig/types.rbs', line 682 def @tags end |