Class: Aws::Types::DescribePageResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_arn ⇒ ::String

Returns the value of attribute contact_arn.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def contact_arn
  @contact_arn
end

#content ⇒ ::String

Returns the value of attribute content.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def content
  @content
end

#delivery_time ⇒ ::Time

Returns the value of attribute delivery_time.

Returns:

  • (::Time)


235
236
237
# File 'sig/types.rbs', line 235

def delivery_time
  @delivery_time
end

#engagement_arn ⇒ ::String

Returns the value of attribute engagement_arn.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def engagement_arn
  @engagement_arn
end

#incident_id ⇒ ::String

Returns the value of attribute incident_id.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def incident_id
  @incident_id
end

#page_arn ⇒ ::String

Returns the value of attribute page_arn.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def page_arn
  @page_arn
end

#public_content ⇒ ::String

Returns the value of attribute public_content.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def public_content
  @public_content
end

#public_subject ⇒ ::String

Returns the value of attribute public_subject.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def public_subject
  @public_subject
end

#read_time ⇒ ::Time

Returns the value of attribute read_time.

Returns:

  • (::Time)


234
235
236
# File 'sig/types.rbs', line 234

def read_time
  @read_time
end

#sender ⇒ ::String

Returns the value of attribute sender.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def sender
  @sender
end

#sent_time ⇒ ::Time

Returns the value of attribute sent_time.

Returns:

  • (::Time)


233
234
235
# File 'sig/types.rbs', line 233

def sent_time
  @sent_time
end

#subject ⇒ ::String

Returns the value of attribute subject.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def subject
  @subject
end