Class: Aws::Types::UpdateContactScheduleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


8427
8428
8429
# File 'sig/types.rbs', line 8427

def contact_id
  @contact_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8426
8427
8428
# File 'sig/types.rbs', line 8426

def instance_id
  @instance_id
end

#scheduled_time::Time

Returns the value of attribute scheduled_time.

Returns:

  • (::Time)


8428
8429
8430
# File 'sig/types.rbs', line 8428

def scheduled_time
  @scheduled_time
end