Class: Aws::Types::ListVmEntitlementsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListVmEntitlementsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
399 400 401 |
# File 'sig/types.rbs', line 399 def connector_id @connector_id end |
#entitlement_type ⇒ "WINDOWS_SERVER"
Returns the value of attribute entitlement_type.
400 401 402 |
# File 'sig/types.rbs', line 400 def entitlement_type @entitlement_type end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
398 399 400 |
# File 'sig/types.rbs', line 398 def environment_id @environment_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
397 398 399 |
# File 'sig/types.rbs', line 397 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
396 397 398 |
# File 'sig/types.rbs', line 396 def next_token @next_token end |