Module: Aws::CodeStarNotifications::Client::_DescribeNotificationRuleResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeNotificationRuleResult]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


125
# File 'sig/client.rbs', line 125

def arn: () -> ::String

#created_by::String

Returns:

  • (::String)


131
# File 'sig/client.rbs', line 131

def created_by: () -> ::String

#created_timestamp::Time

Returns:

  • (::Time)


133
# File 'sig/client.rbs', line 133

def created_timestamp: () -> ::Time

#detail_type"BASIC", "FULL"

Returns:

  • ("BASIC", "FULL")


130
# File 'sig/client.rbs', line 130

def detail_type: () -> ("BASIC" | "FULL")

#event_types::Array[Types::EventTypeSummary]

Returns:



127
# File 'sig/client.rbs', line 127

def event_types: () -> ::Array[Types::EventTypeSummary]

#last_modified_timestamp::Time

Returns:

  • (::Time)


134
# File 'sig/client.rbs', line 134

def last_modified_timestamp: () -> ::Time

#name::String

Returns:

  • (::String)


126
# File 'sig/client.rbs', line 126

def name: () -> ::String

#resource::String

Returns:

  • (::String)


128
# File 'sig/client.rbs', line 128

def resource: () -> ::String

#status"ENABLED", "DISABLED"

Returns:

  • ("ENABLED", "DISABLED")


132
# File 'sig/client.rbs', line 132

def status: () -> ("ENABLED" | "DISABLED")

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


135
# File 'sig/client.rbs', line 135

def tags: () -> ::Hash[::String, ::String]

#targets::Array[Types::TargetSummary]

Returns:



129
# File 'sig/client.rbs', line 129

def targets: () -> ::Array[Types::TargetSummary]