Class: Aws::Types::NotificationSearchSummary

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:

  • (::String)


5816
5817
5818
# File 'sig/types.rbs', line 5816

def arn
  @arn
end

#content::Hash[("en_US" | "de_DE" | "es_ES" | "fr_FR" | "id_ID" | "it_IT" | "ja_JP" | "ko_KR" | "pt_BR" | "zh_CN" | "zh_TW"), ::String]

Returns the value of attribute content.

Returns:

  • (::Hash[("en_US" | "de_DE" | "es_ES" | "fr_FR" | "id_ID" | "it_IT" | "ja_JP" | "ko_KR" | "pt_BR" | "zh_CN" | "zh_TW"), ::String])


5818
5819
5820
# File 'sig/types.rbs', line 5818

def content
  @content
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


5821
5822
5823
# File 'sig/types.rbs', line 5821

def created_at
  @created_at
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


5822
5823
5824
# File 'sig/types.rbs', line 5822

def expires_at
  @expires_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


5815
5816
5817
# File 'sig/types.rbs', line 5815

def id
  @id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


5817
5818
5819
# File 'sig/types.rbs', line 5817

def instance_id
  @instance_id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


5823
5824
5825
# File 'sig/types.rbs', line 5823

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5824
5825
5826
# File 'sig/types.rbs', line 5824

def last_modified_time
  @last_modified_time
end

#priority"URGENT", ...

Returns the value of attribute priority.

Returns:

  • ("URGENT", "HIGH", "LOW")


5819
5820
5821
# File 'sig/types.rbs', line 5819

def priority
  @priority
end

#recipients::Array[::String]

Returns the value of attribute recipients.

Returns:

  • (::Array[::String])


5820
5821
5822
# File 'sig/types.rbs', line 5820

def recipients
  @recipients
end

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

Returns the value of attribute tags.

Returns:

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


5825
5826
5827
# File 'sig/types.rbs', line 5825

def tags
  @tags
end