Class: Aws::Types::GetEntitlementsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter::Hash[("CUSTOMER_IDENTIFIER" | "DIMENSION" | "CUSTOMER_AWS_ACCOUNT_ID" | "LICENSE_ARN"), ::Array[::String]]

Returns the value of attribute filter.

Returns:

  • (::Hash[("CUSTOMER_IDENTIFIER" | "DIMENSION" | "CUSTOMER_AWS_ACCOUNT_ID" | "LICENSE_ARN"), ::Array[::String]])


32
33
34
# File 'sig/types.rbs', line 32

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def product_code
  @product_code
end