Class: Aws::PartnerCentralBenefits::Types::BenefitSummary

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

Overview

A summary view of a benefit containing key information for list operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the benefit.

Returns:

  • (String)


374
375
376
377
378
379
380
381
382
383
384
385
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 374

class BenefitSummary < Struct.new(
  :id,
  :catalog,
  :arn,
  :name,
  :description,
  :programs,
  :fulfillment_types,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#catalogString

The catalog identifier that the benefit belongs to.

Returns:

  • (String)


374
375
376
377
378
379
380
381
382
383
384
385
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 374

class BenefitSummary < Struct.new(
  :id,
  :catalog,
  :arn,
  :name,
  :description,
  :programs,
  :fulfillment_types,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A brief description of the benefit and its purpose.

Returns:

  • (String)


374
375
376
377
378
379
380
381
382
383
384
385
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 374

class BenefitSummary < Struct.new(
  :id,
  :catalog,
  :arn,
  :name,
  :description,
  :programs,
  :fulfillment_types,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#fulfillment_typesArray<String>

The available fulfillment types for this benefit.

Returns:

  • (Array<String>)


374
375
376
377
378
379
380
381
382
383
384
385
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 374

class BenefitSummary < Struct.new(
  :id,
  :catalog,
  :arn,
  :name,
  :description,
  :programs,
  :fulfillment_types,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the benefit.

Returns:

  • (String)


374
375
376
377
378
379
380
381
382
383
384
385
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 374

class BenefitSummary < Struct.new(
  :id,
  :catalog,
  :arn,
  :name,
  :description,
  :programs,
  :fulfillment_types,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The human-readable name of the benefit.

Returns:

  • (String)


374
375
376
377
378
379
380
381
382
383
384
385
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 374

class BenefitSummary < Struct.new(
  :id,
  :catalog,
  :arn,
  :name,
  :description,
  :programs,
  :fulfillment_types,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#programsArray<String>

The AWS partner programs that this benefit is associated with.

Returns:

  • (Array<String>)


374
375
376
377
378
379
380
381
382
383
384
385
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 374

class BenefitSummary < Struct.new(
  :id,
  :catalog,
  :arn,
  :name,
  :description,
  :programs,
  :fulfillment_types,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the benefit.

Returns:

  • (String)


374
375
376
377
378
379
380
381
382
383
384
385
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 374

class BenefitSummary < Struct.new(
  :id,
  :catalog,
  :arn,
  :name,
  :description,
  :programs,
  :fulfillment_types,
  :status)
  SENSITIVE = []
  include Aws::Structure
end