Class: Aws::Types::RecommendedAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#command::String

Returns the value of attribute command.

Returns:

  • (::String)


2397
2398
2399
# File 'sig/types.rbs', line 2397

def command
  @command
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


2396
2397
2398
# File 'sig/types.rbs', line 2396

def database
  @database
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


2395
2396
2397
# File 'sig/types.rbs', line 2395

def text
  @text
end

#type"SQL", "CLI"

Returns the value of attribute type.

Returns:

  • ("SQL", "CLI")


2398
2399
2400
# File 'sig/types.rbs', line 2398

def type
  @type
end