Class: Aws::Redshift::Types::RecommendedAction

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

Overview

The recommended action from the Amazon Redshift Advisor recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commandString

The command to run.

Returns:

  • (String)


10014
10015
10016
10017
10018
10019
10020
10021
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10014

class RecommendedAction < Struct.new(
  :text,
  :database,
  :command,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#databaseString

The database name to perform the action on. Only applicable if the type of command is SQL.

Returns:

  • (String)


10014
10015
10016
10017
10018
10019
10020
10021
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10014

class RecommendedAction < Struct.new(
  :text,
  :database,
  :command,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#textString

The specific instruction about the command.

Returns:

  • (String)


10014
10015
10016
10017
10018
10019
10020
10021
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10014

class RecommendedAction < Struct.new(
  :text,
  :database,
  :command,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of command.

Returns:

  • (String)


10014
10015
10016
10017
10018
10019
10020
10021
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10014

class RecommendedAction < Struct.new(
  :text,
  :database,
  :command,
  :type)
  SENSITIVE = []
  include Aws::Structure
end