Class: Aws::MarketplaceCatalog::Types::EntityTypeSort

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

Overview

Note:

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.

Defined Under Namespace

Classes: AmiProductSort, ContainerProductSort, DataProductSort, OfferSort, ResaleAuthorizationSort, SaaSProductSort, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ami_product_sortTypes::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_sortTypes::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_sortTypes::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_sortTypes::OfferSort

A sort for offers.

Returns:



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_sortTypes::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_sortTypes::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

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



1142
1143
1144
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1142

def unknown
  @unknown
end