Class: Aws::Types::RuleGroupsNamespaceDescription
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupsNamespaceDescription
- 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.
-
#data ⇒ ::String
Returns the value of attribute data.
-
#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.
660 661 662 |
# File 'sig/types.rbs', line 660 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
664 665 666 |
# File 'sig/types.rbs', line 664 def created_at @created_at end |
#data ⇒ ::String
Returns the value of attribute data.
663 664 665 |
# File 'sig/types.rbs', line 663 def data @data end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
665 666 667 |
# File 'sig/types.rbs', line 665 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
661 662 663 |
# File 'sig/types.rbs', line 661 def name @name end |
#status ⇒ Types::RuleGroupsNamespaceStatus
Returns the value of attribute status.
662 663 664 |
# File 'sig/types.rbs', line 662 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
666 667 668 |
# File 'sig/types.rbs', line 666 def @tags end |