Class: Aws::Types::DescribeNotificationRuleResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNotificationRuleResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#detail_type ⇒ "BASIC", "FULL"
Returns the value of attribute detail_type.
-
#event_types ⇒ ::Array[Types::EventTypeSummary]
Returns the value of attribute event_types.
-
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#targets ⇒ ::Array[Types::TargetSummary]
Returns the value of attribute targets.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
68 69 70 |
# File 'sig/types.rbs', line 68 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
74 75 76 |
# File 'sig/types.rbs', line 74 def created_by @created_by end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
76 77 78 |
# File 'sig/types.rbs', line 76 def end |
#detail_type ⇒ "BASIC", "FULL"
Returns the value of attribute detail_type.
73 74 75 |
# File 'sig/types.rbs', line 73 def detail_type @detail_type end |
#event_types ⇒ ::Array[Types::EventTypeSummary]
Returns the value of attribute event_types.
70 71 72 |
# File 'sig/types.rbs', line 70 def event_types @event_types end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
77 78 79 |
# File 'sig/types.rbs', line 77 def end |
#name ⇒ ::String
Returns the value of attribute name.
69 70 71 |
# File 'sig/types.rbs', line 69 def name @name end |
#resource ⇒ ::String
Returns the value of attribute resource.
71 72 73 |
# File 'sig/types.rbs', line 71 def resource @resource end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
75 76 77 |
# File 'sig/types.rbs', line 75 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
78 79 80 |
# File 'sig/types.rbs', line 78 def end |
#targets ⇒ ::Array[Types::TargetSummary]
Returns the value of attribute targets.
72 73 74 |
# File 'sig/types.rbs', line 72 def targets @targets end |