Module: Aws::CodeStarNotifications::Client::_DescribeNotificationRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeNotificationRuleResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_by ⇒ ::String
- #created_timestamp ⇒ ::Time
- #detail_type ⇒ "BASIC", "FULL"
- #event_types ⇒ ::Array[Types::EventTypeSummary]
- #last_modified_timestamp ⇒ ::Time
- #name ⇒ ::String
- #resource ⇒ ::String
- #status ⇒ "ENABLED", "DISABLED"
- #tags ⇒ ::Hash[::String, ::String]
- #targets ⇒ ::Array[Types::TargetSummary]
Instance Method Details
#arn ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def arn: () -> ::String
|
#created_by ⇒ ::String
131 |
# File 'sig/client.rbs', line 131
def created_by: () -> ::String
|
#created_timestamp ⇒ ::Time
133 |
# File 'sig/client.rbs', line 133
def created_timestamp: () -> ::Time
|
#detail_type ⇒ "BASIC", "FULL"
130 |
# File 'sig/client.rbs', line 130
def detail_type: () -> ("BASIC" | "FULL")
|
#event_types ⇒ ::Array[Types::EventTypeSummary]
127 |
# File 'sig/client.rbs', line 127
def event_types: () -> ::Array[Types::EventTypeSummary]
|
#last_modified_timestamp ⇒ ::Time
134 |
# File 'sig/client.rbs', line 134
def last_modified_timestamp: () -> ::Time
|
#name ⇒ ::String
126 |
# File 'sig/client.rbs', line 126
def name: () -> ::String
|
#resource ⇒ ::String
128 |
# File 'sig/client.rbs', line 128
def resource: () -> ::String
|
#status ⇒ "ENABLED", "DISABLED"
132 |
# File 'sig/client.rbs', line 132
def status: () -> ("ENABLED" | "DISABLED")
|
#tags ⇒ ::Hash[::String, ::String]
135 |
# File 'sig/client.rbs', line 135
def tags: () -> ::Hash[::String, ::String]
|
#targets ⇒ ::Array[Types::TargetSummary]
129 |
# File 'sig/client.rbs', line 129
def targets: () -> ::Array[Types::TargetSummary]
|