Class: Aws::Types::UpdateEngagementContextResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#context_id::String

Returns the value of attribute context_id.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def context_id
  @context_id
end

#engagement_arn::String

Returns the value of attribute engagement_arn.

Returns:

  • (::String)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def engagement_arn
  @engagement_arn
end

#engagement_id::String

Returns the value of attribute engagement_id.

Returns:

  • (::String)


1541
1542
1543
# File 'sig/types.rbs', line 1541

def engagement_id
  @engagement_id
end

#engagement_last_modified_at::Time

Returns the value of attribute engagement_last_modified_at.

Returns:

  • (::Time)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def engagement_last_modified_at
  @engagement_last_modified_at
end