Class: Aws::Types::CreateEngagementContextResponse

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)


218
219
220
# File 'sig/types.rbs', line 218

def context_id
  @context_id
end

#engagement_arn::String

Returns the value of attribute engagement_arn.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def engagement_arn
  @engagement_arn
end

#engagement_id::String

Returns the value of attribute engagement_id.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def engagement_id
  @engagement_id
end

#engagement_last_modified_at::Time

Returns the value of attribute engagement_last_modified_at.

Returns:

  • (::Time)


217
218
219
# File 'sig/types.rbs', line 217

def engagement_last_modified_at
  @engagement_last_modified_at
end