Class: Aws::Types::UpdateNotificationSettingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

Returns the value of attribute active.

Returns:

  • (Boolean)


650
651
652
# File 'sig/types.rbs', line 650

def active
  @active
end

#hit_type_id::String

Returns the value of attribute hit_type_id.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def hit_type_id
  @hit_type_id
end

#notificationTypes::NotificationSpecification

Returns the value of attribute notification.



649
650
651
# File 'sig/types.rbs', line 649

def notification
  @notification
end