Class: Aws::MarketplaceCatalog::Types::EntityTypeSort
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::EntityTypeSort
- Defined in:
- gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb
Overview
EntityTypeSort is a union - when making an API calls you must set exactly one of the members.
Object containing all the sort fields per entity type.
Direct Known Subclasses
AmiProductSort, ContainerProductSort, DataProductSort, OfferSort, ResaleAuthorizationSort, SaaSProductSort, Unknown
Defined Under Namespace
Classes: AmiProductSort, ContainerProductSort, DataProductSort, OfferSort, ResaleAuthorizationSort, SaaSProductSort, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ami_product_sort ⇒ Types::AmiProductSort
A sort for AMI products.
-
#container_product_sort ⇒ Types::ContainerProductSort
A sort for container products.
-
#data_product_sort ⇒ Types::DataProductSort
A sort for data products.
-
#offer_sort ⇒ Types::OfferSort
A sort for offers.
-
#resale_authorization_sort ⇒ Types::ResaleAuthorizationSort
A sort for Resale Authorizations.
-
#saa_s_product_sort ⇒ Types::SaaSProductSort
A sort for SaaS products.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#ami_product_sort ⇒ Types::AmiProductSort
A sort for AMI products.
1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1142 class EntityTypeSort < Struct.new( :data_product_sort, :saa_s_product_sort, :ami_product_sort, :offer_sort, :container_product_sort, :resale_authorization_sort, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class DataProductSort < EntityTypeSort; end class SaaSProductSort < EntityTypeSort; end class AmiProductSort < EntityTypeSort; end class OfferSort < EntityTypeSort; end class ContainerProductSort < EntityTypeSort; end class ResaleAuthorizationSort < EntityTypeSort; end class Unknown < EntityTypeSort; end end |
#container_product_sort ⇒ Types::ContainerProductSort
A sort for container products.
1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1142 class EntityTypeSort < Struct.new( :data_product_sort, :saa_s_product_sort, :ami_product_sort, :offer_sort, :container_product_sort, :resale_authorization_sort, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class DataProductSort < EntityTypeSort; end class SaaSProductSort < EntityTypeSort; end class AmiProductSort < EntityTypeSort; end class OfferSort < EntityTypeSort; end class ContainerProductSort < EntityTypeSort; end class ResaleAuthorizationSort < EntityTypeSort; end class Unknown < EntityTypeSort; end end |
#data_product_sort ⇒ Types::DataProductSort
A sort for data products.
1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1142 class EntityTypeSort < Struct.new( :data_product_sort, :saa_s_product_sort, :ami_product_sort, :offer_sort, :container_product_sort, :resale_authorization_sort, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class DataProductSort < EntityTypeSort; end class SaaSProductSort < EntityTypeSort; end class AmiProductSort < EntityTypeSort; end class OfferSort < EntityTypeSort; end class ContainerProductSort < EntityTypeSort; end class ResaleAuthorizationSort < EntityTypeSort; end class Unknown < EntityTypeSort; end end |
#offer_sort ⇒ Types::OfferSort
A sort for offers.
1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1142 class EntityTypeSort < Struct.new( :data_product_sort, :saa_s_product_sort, :ami_product_sort, :offer_sort, :container_product_sort, :resale_authorization_sort, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class DataProductSort < EntityTypeSort; end class SaaSProductSort < EntityTypeSort; end class AmiProductSort < EntityTypeSort; end class OfferSort < EntityTypeSort; end class ContainerProductSort < EntityTypeSort; end class ResaleAuthorizationSort < EntityTypeSort; end class Unknown < EntityTypeSort; end end |
#resale_authorization_sort ⇒ Types::ResaleAuthorizationSort
A sort for Resale Authorizations.
1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1142 class EntityTypeSort < Struct.new( :data_product_sort, :saa_s_product_sort, :ami_product_sort, :offer_sort, :container_product_sort, :resale_authorization_sort, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class DataProductSort < EntityTypeSort; end class SaaSProductSort < EntityTypeSort; end class AmiProductSort < EntityTypeSort; end class OfferSort < EntityTypeSort; end class ContainerProductSort < EntityTypeSort; end class ResaleAuthorizationSort < EntityTypeSort; end class Unknown < EntityTypeSort; end end |
#saa_s_product_sort ⇒ Types::SaaSProductSort
A sort for SaaS products.
1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1142 class EntityTypeSort < Struct.new( :data_product_sort, :saa_s_product_sort, :ami_product_sort, :offer_sort, :container_product_sort, :resale_authorization_sort, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class DataProductSort < EntityTypeSort; end class SaaSProductSort < EntityTypeSort; end class AmiProductSort < EntityTypeSort; end class OfferSort < EntityTypeSort; end class ContainerProductSort < EntityTypeSort; end class ResaleAuthorizationSort < EntityTypeSort; end class Unknown < EntityTypeSort; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
1142 1143 1144 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1142 def unknown @unknown end |