Class: Aws::Types::LicenseRecommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def 
  @account_id
end

#current_license_configurationTypes::LicenseConfiguration

Returns the value of attribute current_license_configuration.



931
932
933
# File 'sig/types.rbs', line 931

def current_license_configuration
  @current_license_configuration
end

#finding"InsufficientMetrics", ...

Returns the value of attribute finding.

Returns:

  • ("InsufficientMetrics", "Optimized", "NotOptimized")


934
935
936
# File 'sig/types.rbs', line 934

def finding
  @finding
end

#finding_reason_codes::Array[("InvalidCloudWatchApplicationInsightsSetup" | "CloudWatchApplicationInsightsError" | "LicenseOverprovisioned" | "Optimized")]

Returns the value of attribute finding_reason_codes.

Returns:

  • (::Array[("InvalidCloudWatchApplicationInsightsSetup" | "CloudWatchApplicationInsightsError" | "LicenseOverprovisioned" | "Optimized")])


935
936
937
# File 'sig/types.rbs', line 935

def finding_reason_codes
  @finding_reason_codes
end

#last_refresh_timestamp::Time

Returns the value of attribute last_refresh_timestamp.

Returns:

  • (::Time)


933
934
935
# File 'sig/types.rbs', line 933

def last_refresh_timestamp
  @last_refresh_timestamp
end

#license_recommendation_options::Array[Types::LicenseRecommendationOption]

Returns the value of attribute license_recommendation_options.



936
937
938
# File 'sig/types.rbs', line 936

def license_recommendation_options
  @license_recommendation_options
end

#lookback_period_in_days::Float

Returns the value of attribute lookback_period_in_days.

Returns:

  • (::Float)


932
933
934
# File 'sig/types.rbs', line 932

def lookback_period_in_days
  @lookback_period_in_days
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def resource_arn
  @resource_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



937
938
939
# File 'sig/types.rbs', line 937

def tags
  @tags
end