Class: Aws::PartnerCentralSelling::Types::CreateEngagementResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) that identifies the engagement.

Returns:

  • (String)


1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1027

class CreateEngagementResponse < Struct.new(
  :id,
  :arn,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Unique identifier assigned to the newly created engagement.

Returns:

  • (String)


1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1027

class CreateEngagementResponse < Struct.new(
  :id,
  :arn,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The timestamp indicating when the engagement was last modified, in ISO 8601 format (UTC). For newly created engagements, this value matches the creation timestamp. Example: "2023-05-01T20:37:46Z".

Returns:

  • (Time)


1027
1028
1029
1030
1031
1032
1033
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1027

class CreateEngagementResponse < Struct.new(
  :id,
  :arn,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end