Class: Aws::Redshift::Types::Recommendation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

An Amazon Redshift Advisor recommended action on the Amazon Redshift cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The unique identifier of the cluster for which the recommendation is returned.

Returns:

  • (String)


9353
9354
9355
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9353

class Recommendation < Struct.new(
  :id,
  :cluster_identifier,
  :namespace_arn,
  :created_at,
  :recommendation_type,
  :title,
  :description,
  :observation,
  :impact_ranking,
  :recommendation_text,
  :recommended_actions,
  :reference_links)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time (UTC) that the recommendation was created.

Returns:

  • (Time)


9353
9354
9355
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9353

class Recommendation < Struct.new(
  :id,
  :cluster_identifier,
  :namespace_arn,
  :created_at,
  :recommendation_type,
  :title,
  :description,
  :observation,
  :impact_ranking,
  :recommendation_text,
  :recommended_actions,
  :reference_links)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the recommendation.

Returns:

  • (String)


9353
9354
9355
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9353

class Recommendation < Struct.new(
  :id,
  :cluster_identifier,
  :namespace_arn,
  :created_at,
  :recommendation_type,
  :title,
  :description,
  :observation,
  :impact_ranking,
  :recommendation_text,
  :recommended_actions,
  :reference_links)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A unique identifier of the Advisor recommendation.

Returns:

  • (String)


9353
9354
9355
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9353

class Recommendation < Struct.new(
  :id,
  :cluster_identifier,
  :namespace_arn,
  :created_at,
  :recommendation_type,
  :title,
  :description,
  :observation,
  :impact_ranking,
  :recommendation_text,
  :recommended_actions,
  :reference_links)
  SENSITIVE = []
  include Aws::Structure
end

#impact_rankingString

The scale of the impact that the Advisor recommendation has to the performance and cost of the cluster.

Returns:

  • (String)


9353
9354
9355
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9353

class Recommendation < Struct.new(
  :id,
  :cluster_identifier,
  :namespace_arn,
  :created_at,
  :recommendation_type,
  :title,
  :description,
  :observation,
  :impact_ranking,
  :recommendation_text,
  :recommended_actions,
  :reference_links)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_arnString

The Amazon Redshift cluster namespace ARN for which the recommendations is returned.

Returns:

  • (String)


9353
9354
9355
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9353

class Recommendation < Struct.new(
  :id,
  :cluster_identifier,
  :namespace_arn,
  :created_at,
  :recommendation_type,
  :title,
  :description,
  :observation,
  :impact_ranking,
  :recommendation_text,
  :recommended_actions,
  :reference_links)
  SENSITIVE = []
  include Aws::Structure
end

#observationString

The description of what was observed about your cluster.

Returns:

  • (String)


9353
9354
9355
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9353

class Recommendation < Struct.new(
  :id,
  :cluster_identifier,
  :namespace_arn,
  :created_at,
  :recommendation_type,
  :title,
  :description,
  :observation,
  :impact_ranking,
  :recommendation_text,
  :recommended_actions,
  :reference_links)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_textString

The description of the recommendation.

Returns:

  • (String)


9353
9354
9355
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9353

class Recommendation < Struct.new(
  :id,
  :cluster_identifier,
  :namespace_arn,
  :created_at,
  :recommendation_type,
  :title,
  :description,
  :observation,
  :impact_ranking,
  :recommendation_text,
  :recommended_actions,
  :reference_links)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_typeString

The type of Advisor recommendation.

Returns:

  • (String)


9353
9354
9355
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9353

class Recommendation < Struct.new(
  :id,
  :cluster_identifier,
  :namespace_arn,
  :created_at,
  :recommendation_type,
  :title,
  :description,
  :observation,
  :impact_ranking,
  :recommendation_text,
  :recommended_actions,
  :reference_links)
  SENSITIVE = []
  include Aws::Structure
end

List of Amazon Redshift recommended actions.

Returns:



9353
9354
9355
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9353

class Recommendation < Struct.new(
  :id,
  :cluster_identifier,
  :namespace_arn,
  :created_at,
  :recommendation_type,
  :title,
  :description,
  :observation,
  :impact_ranking,
  :recommendation_text,
  :recommended_actions,
  :reference_links)
  SENSITIVE = []
  include Aws::Structure
end

List of helpful links for more information about the Advisor recommendation.

Returns:



9353
9354
9355
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9353

class Recommendation < Struct.new(
  :id,
  :cluster_identifier,
  :namespace_arn,
  :created_at,
  :recommendation_type,
  :title,
  :description,
  :observation,
  :impact_ranking,
  :recommendation_text,
  :recommended_actions,
  :reference_links)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the recommendation.

Returns:

  • (String)


9353
9354
9355
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9353

class Recommendation < Struct.new(
  :id,
  :cluster_identifier,
  :namespace_arn,
  :created_at,
  :recommendation_type,
  :title,
  :description,
  :observation,
  :impact_ranking,
  :recommendation_text,
  :recommended_actions,
  :reference_links)
  SENSITIVE = []
  include Aws::Structure
end