Class: Aws::OpenSearchService::Types::PackageDetailsForAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::PackageDetailsForAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Details of a package that is associated with a domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_configuration ⇒ Types::PackageAssociationConfiguration
The configuration parameters for associating the package with a domain.
-
#package_id ⇒ String
Internal ID of the package that you want to associate with a domain.
-
#prerequisite_package_id_list ⇒ Array<String>
List of package IDs that must be associated with the domain with or before the package can be associated.
Instance Attribute Details
#association_configuration ⇒ Types::PackageAssociationConfiguration
The configuration parameters for associating the package with a domain.
5925 5926 5927 5928 5929 5930 5931 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5925 class PackageDetailsForAssociation < Struct.new( :package_id, :prerequisite_package_id_list, :association_configuration) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
Internal ID of the package that you want to associate with a domain.
5925 5926 5927 5928 5929 5930 5931 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5925 class PackageDetailsForAssociation < Struct.new( :package_id, :prerequisite_package_id_list, :association_configuration) SENSITIVE = [] include Aws::Structure end |
#prerequisite_package_id_list ⇒ Array<String>
List of package IDs that must be associated with the domain with or before the package can be associated.
5925 5926 5927 5928 5929 5930 5931 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5925 class PackageDetailsForAssociation < Struct.new( :package_id, :prerequisite_package_id_list, :association_configuration) SENSITIVE = [] include Aws::Structure end |