Class: Aws::Types::WebNotificationContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributesTypes::ContentAttributes

Returns the value of attribute attributes.



9503
9504
9505
# File 'sig/types.rbs', line 9503

def attributes
  @attributes
end

#type"WIDGET_VIEW", "WIDGET_ACTION"

Returns the value of attribute type.

Returns:

  • ("WIDGET_VIEW", "WIDGET_ACTION")


9501
9502
9503
# File 'sig/types.rbs', line 9501

def type
  @type
end

#view_arn::String

Returns the value of attribute view_arn.

Returns:

  • (::String)


9502
9503
9504
# File 'sig/types.rbs', line 9502

def view_arn
  @view_arn
end