Class: Aws::Types::GetEntitlementsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetEntitlementsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ ::Hash[("CUSTOMER_IDENTIFIER" | "DIMENSION" | "CUSTOMER_AWS_ACCOUNT_ID" | "LICENSE_ARN"), ::Array[::String]]
Returns the value of attribute filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#product_code ⇒ ::String
Returns the value of attribute product_code.
Instance Attribute Details
#filter ⇒ ::Hash[("CUSTOMER_IDENTIFIER" | "DIMENSION" | "CUSTOMER_AWS_ACCOUNT_ID" | "LICENSE_ARN"), ::Array[::String]]
Returns the value of attribute filter.
32 33 34 |
# File 'sig/types.rbs', line 32 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
34 35 36 |
# File 'sig/types.rbs', line 34 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
33 34 35 |
# File 'sig/types.rbs', line 33 def next_token @next_token end |
#product_code ⇒ ::String
Returns the value of attribute product_code.
31 32 33 |
# File 'sig/types.rbs', line 31 def product_code @product_code end |