Class: Aws::PartnerCentralBenefits::Types::GetBenefitOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the benefit.

Returns:

  • (String)


1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1159

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

#benefit_request_schemaHash, ...

The schema definition that describes the required fields for requesting this benefit.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1159

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

#catalogString

The catalog identifier that the benefit belongs to.

Returns:

  • (String)


1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1159

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

#descriptionString

A detailed description of the benefit and its purpose.

Returns:

  • (String)


1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1159

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

#fulfillment_typesArray<String>

The available fulfillment types for this benefit (e.g., credits, access, disbursement).

Returns:

  • (Array<String>)


1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1159

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

#idString

The unique identifier of the benefit.

Returns:

  • (String)


1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1159

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

#nameString

The human-readable name of the benefit.

Returns:

  • (String)


1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1159

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

#programsArray<String>

The AWS partner programs that this benefit is associated with.

Returns:

  • (Array<String>)


1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1159

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

#statusString

The current status of the benefit (e.g., active, inactive, deprecated).

Returns:

  • (String)


1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1159

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