Class: Aws::Types::GuardrailTopic

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :definition, :input_action, :output_action])

Instance Attribute Summary collapse

Instance Attribute Details

#definition::String

Returns the value of attribute definition.

Returns:

  • (::String)


2357
2358
2359
# File 'sig/types.rbs', line 2357

def definition
  @definition
end

#examples::Array[::String]

Returns the value of attribute examples.

Returns:

  • (::Array[::String])


2358
2359
2360
# File 'sig/types.rbs', line 2358

def examples
  @examples
end

#input_action"BLOCK", "NONE"

Returns the value of attribute input_action.

Returns:

  • ("BLOCK", "NONE")


2360
2361
2362
# File 'sig/types.rbs', line 2360

def input_action
  @input_action
end

#input_enabledBoolean

Returns the value of attribute input_enabled.

Returns:

  • (Boolean)


2362
2363
2364
# File 'sig/types.rbs', line 2362

def input_enabled
  @input_enabled
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2356
2357
2358
# File 'sig/types.rbs', line 2356

def name
  @name
end

#output_action"BLOCK", "NONE"

Returns the value of attribute output_action.

Returns:

  • ("BLOCK", "NONE")


2361
2362
2363
# File 'sig/types.rbs', line 2361

def output_action
  @output_action
end

#output_enabledBoolean

Returns the value of attribute output_enabled.

Returns:

  • (Boolean)


2363
2364
2365
# File 'sig/types.rbs', line 2363

def output_enabled
  @output_enabled
end

#type"DENY"

Returns the value of attribute type.

Returns:

  • ("DENY")


2359
2360
2361
# File 'sig/types.rbs', line 2359

def type
  @type
end