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)


2408
2409
2410
# File 'sig/types.rbs', line 2408

def command
  @command
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


2407
2408
2409
# File 'sig/types.rbs', line 2407

def database
  @database
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


2406
2407
2408
# File 'sig/types.rbs', line 2406

def text
  @text
end

#type"SQL", "CLI"

Returns the value of attribute type.

Returns:

  • ("SQL", "CLI")


2409
2410
2411
# File 'sig/types.rbs', line 2409

def type
  @type
end