Class: Aws::Types::GuardrailTopicConfig

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)


2369
2370
2371
# File 'sig/types.rbs', line 2369

def definition
  @definition
end

#examples::Array[::String]

Returns the value of attribute examples.

Returns:

  • (::Array[::String])


2370
2371
2372
# File 'sig/types.rbs', line 2370

def examples
  @examples
end

#input_action"BLOCK", "NONE"

Returns the value of attribute input_action.

Returns:

  • ("BLOCK", "NONE")


2372
2373
2374
# File 'sig/types.rbs', line 2372

def input_action
  @input_action
end

#input_enabledBoolean

Returns the value of attribute input_enabled.

Returns:

  • (Boolean)


2374
2375
2376
# File 'sig/types.rbs', line 2374

def input_enabled
  @input_enabled
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2368
2369
2370
# File 'sig/types.rbs', line 2368

def name
  @name
end

#output_action"BLOCK", "NONE"

Returns the value of attribute output_action.

Returns:

  • ("BLOCK", "NONE")


2373
2374
2375
# File 'sig/types.rbs', line 2373

def output_action
  @output_action
end

#output_enabledBoolean

Returns the value of attribute output_enabled.

Returns:

  • (Boolean)


2375
2376
2377
# File 'sig/types.rbs', line 2375

def output_enabled
  @output_enabled
end

#type"DENY"

Returns the value of attribute type.

Returns:

  • ("DENY")


2371
2372
2373
# File 'sig/types.rbs', line 2371

def type
  @type
end