Class: Aws::PartnerCentralSelling::Types::EngagementSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::EngagementSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the created Engagement.
-
#created_at ⇒ Time
The date and time when the Engagement was created.
-
#created_by ⇒ String
The AWS Account ID of the Engagement creator.
-
#id ⇒ String
The unique identifier for the Engagement.
-
#member_count ⇒ Integer
The number of members in the Engagement.
-
#title ⇒ String
The title of the Engagement.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the created Engagement.
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_at ⇒ Time
The date and time when the Engagement was created.
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_by ⇒ String
The AWS Account ID of the Engagement creator.
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 |
#id ⇒ String
The unique identifier for the Engagement.
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_count ⇒ Integer
The number of members in the Engagement.
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 |
#title ⇒ String
The title of the Engagement.
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 |