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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralselling/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)


1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1633

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

#created_atTime

The date and time when the Engagement was created.

Returns:

  • (Time)


1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1633

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

#created_byString

The AWS Account ID of the Engagement creator.

Returns:

  • (String)


1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1633

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

#idString

The unique identifier for the Engagement.

Returns:

  • (String)


1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1633

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

#member_countInteger

The number of members in the Engagement.

Returns:

  • (Integer)


1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1633

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

#titleString

The title of the Engagement.

Returns:

  • (String)


1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1633

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