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)


9392
9393
9394
9395
9396
9397
9398
9399
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9392

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)


9392
9393
9394
9395
9396
9397
9398
9399
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9392

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

#textString

The specific instruction about the command.

Returns:

  • (String)


9392
9393
9394
9395
9396
9397
9398
9399
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9392

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

#typeString

The type of command.

Returns:

  • (String)


9392
9393
9394
9395
9396
9397
9398
9399
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9392

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