Class: Aws::Types::NotificationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:title, :message, :action_link])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute action_link.

Returns:

  • (::String)


4676
4677
4678
# File 'sig/types.rbs', line 4676

def action_link
  @action_link
end

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


4677
4678
4679
# File 'sig/types.rbs', line 4677

def creation_timestamp
  @creation_timestamp
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


4670
4671
4672
# File 'sig/types.rbs', line 4670

def domain_identifier
  @domain_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


4669
4670
4671
# File 'sig/types.rbs', line 4669

def identifier
  @identifier
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


4678
4679
4680
# File 'sig/types.rbs', line 4678

def last_updated_timestamp
  @last_updated_timestamp
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


4674
4675
4676
# File 'sig/types.rbs', line 4674

def message
  @message
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

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


4679
4680
4681
# File 'sig/types.rbs', line 4679

def 
  @metadata
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


4675
4676
4677
# File 'sig/types.rbs', line 4675

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


4673
4674
4675
# File 'sig/types.rbs', line 4673

def title
  @title
end

#topicTypes::Topic

Returns the value of attribute topic.

Returns:



4672
4673
4674
# File 'sig/types.rbs', line 4672

def topic
  @topic
end

#type"TASK", "EVENT"

Returns the value of attribute type.

Returns:

  • ("TASK", "EVENT")


4671
4672
4673
# File 'sig/types.rbs', line 4671

def type
  @type
end