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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


9765
9766
9767
9768
9769
9770
9771
9772
# File 'lib/aws-sdk-redshift/types.rb', line 9765

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)


9765
9766
9767
9768
9769
9770
9771
9772
# File 'lib/aws-sdk-redshift/types.rb', line 9765

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

#textString

The specific instruction about the command.

Returns:

  • (String)


9765
9766
9767
9768
9769
9770
9771
9772
# File 'lib/aws-sdk-redshift/types.rb', line 9765

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

#typeString

The type of command.

Returns:

  • (String)


9765
9766
9767
9768
9769
9770
9771
9772
# File 'lib/aws-sdk-redshift/types.rb', line 9765

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