Class: Aws::OpenSearchService::Types::CreatePackageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CreatePackageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for request parameters to the ‘CreatePackage` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package_description ⇒ String
Description of the package.
-
#package_name ⇒ String
Unique name for the package.
-
#package_source ⇒ Types::PackageSource
The Amazon S3 location from which to import the package.
-
#package_type ⇒ String
The type of package.
Instance Attribute Details
#package_description ⇒ String
Description of the package.
1595 1596 1597 1598 1599 1600 1601 1602 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1595 class CreatePackageRequest < Struct.new( :package_name, :package_type, :package_description, :package_source) SENSITIVE = [] include Aws::Structure end |
#package_name ⇒ String
Unique name for the package.
1595 1596 1597 1598 1599 1600 1601 1602 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1595 class CreatePackageRequest < Struct.new( :package_name, :package_type, :package_description, :package_source) SENSITIVE = [] include Aws::Structure end |
#package_source ⇒ Types::PackageSource
The Amazon S3 location from which to import the package.
1595 1596 1597 1598 1599 1600 1601 1602 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1595 class CreatePackageRequest < Struct.new( :package_name, :package_type, :package_description, :package_source) SENSITIVE = [] include Aws::Structure end |
#package_type ⇒ String
The type of package.
1595 1596 1597 1598 1599 1600 1601 1602 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1595 class CreatePackageRequest < Struct.new( :package_name, :package_type, :package_description, :package_source) SENSITIVE = [] include Aws::Structure end |