Class: Aws::Types::EngagementSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:created_by, :modified_by])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


441
442
443
# File 'sig/types.rbs', line 441

def arn
  @arn
end

#context_types::Array[("CustomerProject" | "Lead" | "ProspectingResult")]

Returns the value of attribute context_types.

Returns:



449
450
451
# File 'sig/types.rbs', line 449

def context_types
  @context_types
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


444
445
446
# File 'sig/types.rbs', line 444

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def created_by
  @created_by
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def id
  @id
end

#member_count::Integer

Returns the value of attribute member_count.

Returns:

  • (::Integer)


446
447
448
# File 'sig/types.rbs', line 446

def member_count
  @member_count
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


447
448
449
# File 'sig/types.rbs', line 447

def modified_at
  @modified_at
end

#modified_by::String

Returns the value of attribute modified_by.

Returns:

  • (::String)


448
449
450
# File 'sig/types.rbs', line 448

def modified_by
  @modified_by
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


443
444
445
# File 'sig/types.rbs', line 443

def title
  @title
end