Class: Aws::Types::EngagementResourceAssociationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:created_by])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def catalog
  @catalog
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def created_by
  @created_by
end

#engagement_id::String

Returns the value of attribute engagement_id.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def engagement_id
  @engagement_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def resource_id
  @resource_id
end

#resource_type"Opportunity"

Returns the value of attribute resource_type.

Returns:

  • ("Opportunity")


428
429
430
# File 'sig/types.rbs', line 428

def resource_type
  @resource_type
end