Class: Aws::Types::ListReceivedLicensesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



1029
1030
1031
# File 'sig/types.rbs', line 1029

def filters
  @filters
end

#license_arns::Array[::String]

Returns the value of attribute license_arns.

Returns:

  • (::Array[::String])


1028
1029
1030
# File 'sig/types.rbs', line 1028

def license_arns
  @license_arns
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def next_token
  @next_token
end