Class: Aws::Types::CreateEntitlementRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEntitlementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#entitlement_type ⇒ "WINDOWS_SERVER"
Returns the value of attribute entitlement_type.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#vm_ids ⇒ ::Array[::String]
Returns the value of attribute vm_ids.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
61 62 63 |
# File 'sig/types.rbs', line 61 def client_token @client_token end |
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
63 64 65 |
# File 'sig/types.rbs', line 63 def connector_id @connector_id end |
#entitlement_type ⇒ "WINDOWS_SERVER"
Returns the value of attribute entitlement_type.
64 65 66 |
# File 'sig/types.rbs', line 64 def entitlement_type @entitlement_type end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
62 63 64 |
# File 'sig/types.rbs', line 62 def environment_id @environment_id end |
#vm_ids ⇒ ::Array[::String]
Returns the value of attribute vm_ids.
65 66 67 |
# File 'sig/types.rbs', line 65 def vm_ids @vm_ids end |