Class: Aws::Types::GetLicenseRecommendationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array[Types::GetRecommendationError]

Returns the value of attribute errors.

Returns:



623
624
625
# File 'sig/types.rbs', line 623

def errors
  @errors
end

#license_recommendations::Array[Types::LicenseRecommendation]

Returns the value of attribute license_recommendations.

Returns:



622
623
624
# File 'sig/types.rbs', line 622

def license_recommendations
  @license_recommendations
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def next_token
  @next_token
end