Class: Aws::PartnerCentralSelling::Types::EngagementSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

An object that contains an ‘Engagement`’s subset of fields.

Constant Summary collapse

SENSITIVE =
[:created_by]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the created engagement.

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1629

class EngagementSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :id,
  :member_count,
  :title)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#created_atTime

The date and time when the engagement was created.

Returns:

  • (Time)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1629

class EngagementSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :id,
  :member_count,
  :title)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#created_byString

The AWS account ID of the engagement creator.

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1629

class EngagementSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :id,
  :member_count,
  :title)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#idString

The unique identifier for the engagement.

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1629

class EngagementSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :id,
  :member_count,
  :title)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#member_countInteger

The number of members in the engagement.

Returns:

  • (Integer)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1629

class EngagementSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :id,
  :member_count,
  :title)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#titleString

The title of the engagement.

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1629

class EngagementSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :id,
  :member_count,
  :title)
  SENSITIVE = [:created_by]
  include Aws::Structure
end