Class: Aws::ElasticsearchService::Types::AssociatePackageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::AssociatePackageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for request parameters to ‘ AssociatePackage ` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Name of the domain that you want to associate the package with.
-
#package_id ⇒ String
Internal ID of the package that you want to associate with a domain.
Instance Attribute Details
#domain_name ⇒ String
Name of the domain that you want to associate the package with.
248 249 250 251 252 253 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 248 class AssociatePackageRequest < Struct.new( :package_id, :domain_name) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
Internal ID of the package that you want to associate with a domain. Use ‘DescribePackages` to find this value.
248 249 250 251 252 253 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 248 class AssociatePackageRequest < Struct.new( :package_id, :domain_name) SENSITIVE = [] include Aws::Structure end |