Class: Aws::PartnerCentralSelling::Types::EngagementSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::EngagementSummary
- 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
-
#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.
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_at ⇒ Time
The date and time when the engagement was created.
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_by ⇒ String
The AWS account ID of the engagement creator.
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 |
#id ⇒ String
The unique identifier for the engagement.
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_count ⇒ Integer
The number of members in the engagement.
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 |
#title ⇒ String
The title of the engagement.
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 |