Class: Aws::MarketplaceAgreement::Types::Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::Resource
- Defined in:
- gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb
Overview
The list of resources involved in the agreement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the resource.
-
#type ⇒ String
Type of the resource, which is the product.
Instance Attribute Details
#id ⇒ String
The unique identifier of the resource.
resourceId
is also a productId
.
918 919 920 921 922 923 |
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 918 class Resource < Struct.new( :id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of the resource, which is the product. Values include
SaaSProduct
or AmiProduct
.
918 919 920 921 922 923 |
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 918 class Resource < Struct.new( :id, :type) SENSITIVE = [] include Aws::Structure end |