Class: Aws::Evs::Types::CreateEntitlementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::CreateEntitlementRequest
- 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 create.
-
#environment_id ⇒ String
A unique ID for the environment to create the entitlement in.
-
#vm_ids ⇒ Array<String>
The list of VMware vSphere virtual machine managed object IDs to create entitlements for.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the entitlement creation 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.
261 262 263 264 265 266 267 268 269 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 261 class CreateEntitlementRequest < 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.
261 262 263 264 265 266 267 268 269 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 261 class CreateEntitlementRequest < 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 create.
261 262 263 264 265 266 267 268 269 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 261 class CreateEntitlementRequest < 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 to create the entitlement in.
261 262 263 264 265 266 267 268 269 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 261 class CreateEntitlementRequest < 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 create entitlements for.
261 262 263 264 265 266 267 268 269 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 261 class CreateEntitlementRequest < Struct.new( :client_token, :environment_id, :connector_id, :entitlement_type, :vm_ids) SENSITIVE = [] include Aws::Structure end |