Class: Aws::Types::UpdateNotificationRuleRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



240
241
242
# File 'sig/types.rbs', line 240

def arn
  @arn
end

#detail_type"BASIC", "FULL"

Returns the value of attribute detail_type.

Returns:



245
246
247
# File 'sig/types.rbs', line 245

def detail_type
  @detail_type
end

#event_type_ids::Array[::String]

Returns the value of attribute event_type_ids.

Returns:



243
244
245
# File 'sig/types.rbs', line 243

def event_type_ids
  @event_type_ids
end

#name::String

Returns the value of attribute name.

Returns:



241
242
243
# File 'sig/types.rbs', line 241

def name
  @name
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:



242
243
244
# File 'sig/types.rbs', line 242

def status
  @status
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



244
245
246
# File 'sig/types.rbs', line 244

def targets
  @targets
end