Class: Aws::Types::GuardrailTopic

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"BLOCKED"

Returns the value of attribute action.

Returns:

  • ("BLOCKED")


1338
1339
1340
# File 'sig/types.rbs', line 1338

def action
  @action
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def name
  @name
end

#type"DENY"

Returns the value of attribute type.

Returns:

  • ("DENY")


1340
1341
1342
# File 'sig/types.rbs', line 1340

def type
  @type
end