Class: Aws::OpenSearchService::Types::PackageVendingOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

The vending options for a package to determine if the package can be used by other users.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vending_enabledBoolean

This indicates whether vending is enabled for the package to determine if package can be used by other users.

Returns:

  • (Boolean)


5981
5982
5983
5984
5985
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5981

class PackageVendingOptions < Struct.new(
  :vending_enabled)
  SENSITIVE = []
  include Aws::Structure
end