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)


1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1168

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

#idString

Unique identifier assigned to the newly created engagement.

Returns:

  • (String)


1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1168

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)


1168
1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1168

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