Class: Aws::Types::UpdateEngagementContextRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def catalog
  @catalog
end

#context_identifier::String

Returns the value of attribute context_identifier.

Returns:

  • (::String)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def context_identifier
  @context_identifier
end

#engagement_identifier::String

Returns the value of attribute engagement_identifier.

Returns:

  • (::String)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def engagement_identifier
  @engagement_identifier
end

#engagement_last_modified_at::Time

Returns the value of attribute engagement_last_modified_at.

Returns:

  • (::Time)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def engagement_last_modified_at
  @engagement_last_modified_at
end

#payloadTypes::UpdateEngagementContextPayload

Returns the value of attribute payload.



1536
1537
1538
# File 'sig/types.rbs', line 1536

def payload
  @payload
end

#type"CustomerProject", ...

Returns the value of attribute type.

Returns:



1535
1536
1537
# File 'sig/types.rbs', line 1535

def type
  @type
end