Class: Aws::Evs::Types::DeleteEntitlementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::DeleteEntitlementRequest
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
This parameter is not used in Amazon EVS currently. -
#connector_id ⇒ String
A unique ID for the connector associated with the entitlement.
-
#entitlement_type ⇒ String
The type of entitlement to delete.
-
#environment_id ⇒ String
A unique ID for the environment that the entitlement belongs to.
-
#vm_ids ⇒ Array<String>
The list of VMware vSphere virtual machine managed object IDs to delete entitlements for.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the entitlement deletion request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
A suitable default value is auto-generated. You should normally not need to pass this option.
631 632 633 634 635 636 637 638 639 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 631 class DeleteEntitlementRequest < Struct.new( :client_token, :environment_id, :connector_id, :entitlement_type, :vm_ids) SENSITIVE = [] include Aws::Structure end |
#connector_id ⇒ String
A unique ID for the connector associated with the entitlement.
631 632 633 634 635 636 637 638 639 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 631 class DeleteEntitlementRequest < Struct.new( :client_token, :environment_id, :connector_id, :entitlement_type, :vm_ids) SENSITIVE = [] include Aws::Structure end |
#entitlement_type ⇒ String
The type of entitlement to delete.
631 632 633 634 635 636 637 638 639 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 631 class DeleteEntitlementRequest < Struct.new( :client_token, :environment_id, :connector_id, :entitlement_type, :vm_ids) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique ID for the environment that the entitlement belongs to.
631 632 633 634 635 636 637 638 639 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 631 class DeleteEntitlementRequest < Struct.new( :client_token, :environment_id, :connector_id, :entitlement_type, :vm_ids) SENSITIVE = [] include Aws::Structure end |
#vm_ids ⇒ Array<String>
The list of VMware vSphere virtual machine managed object IDs to delete entitlements for.
631 632 633 634 635 636 637 638 639 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 631 class DeleteEntitlementRequest < Struct.new( :client_token, :environment_id, :connector_id, :entitlement_type, :vm_ids) SENSITIVE = [] include Aws::Structure end |