Class: Aws::Types::GetEngagementResponse

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)


533
534
535
# File 'sig/types.rbs', line 533

def arn
  @arn
end

#contexts::Array[Types::EngagementContextDetails]

Returns the value of attribute contexts.

Returns:



541
542
543
# File 'sig/types.rbs', line 541

def contexts
  @contexts
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


536
537
538
# File 'sig/types.rbs', line 536

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def id
  @id
end

#member_count::Integer

Returns the value of attribute member_count.

Returns:

  • (::Integer)


538
539
540
# File 'sig/types.rbs', line 538

def member_count
  @member_count
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


539
540
541
# File 'sig/types.rbs', line 539

def modified_at
  @modified_at
end

#modified_by::String

Returns the value of attribute modified_by.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def modified_by
  @modified_by
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def title
  @title
end