Class: Aws::Types::Page

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)


505
506
507
# File 'sig/types.rbs', line 505

def contact_arn
  @contact_arn
end

#delivery_time ⇒ ::Time

Returns the value of attribute delivery_time.

Returns:

  • (::Time)


509
510
511
# File 'sig/types.rbs', line 509

def delivery_time
  @delivery_time
end

#engagement_arn ⇒ ::String

Returns the value of attribute engagement_arn.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def engagement_arn
  @engagement_arn
end

#incident_id ⇒ ::String

Returns the value of attribute incident_id.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def incident_id
  @incident_id
end

#page_arn ⇒ ::String

Returns the value of attribute page_arn.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def page_arn
  @page_arn
end

#read_time ⇒ ::Time

Returns the value of attribute read_time.

Returns:

  • (::Time)


510
511
512
# File 'sig/types.rbs', line 510

def read_time
  @read_time
end

#sender ⇒ ::String

Returns the value of attribute sender.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def sender
  @sender
end

#sent_time ⇒ ::Time

Returns the value of attribute sent_time.

Returns:

  • (::Time)


508
509
510
# File 'sig/types.rbs', line 508

def sent_time
  @sent_time
end