Class: Aws::Types::DeleteEntitlementRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEntitlementRequest
- 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.
127 128 129 |
# File 'sig/types.rbs', line 127 def client_token @client_token end |
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
129 130 131 |
# File 'sig/types.rbs', line 129 def connector_id @connector_id end |
#entitlement_type ⇒ "WINDOWS_SERVER"
Returns the value of attribute entitlement_type.
130 131 132 |
# File 'sig/types.rbs', line 130 def entitlement_type @entitlement_type end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
128 129 130 |
# File 'sig/types.rbs', line 128 def environment_id @environment_id end |
#vm_ids ⇒ ::Array[::String]
Returns the value of attribute vm_ids.
131 132 133 |
# File 'sig/types.rbs', line 131 def vm_ids @vm_ids end |