Class: Aws::Types::GuardrailTopicConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :definition, :type])

Instance Attribute Summary collapse

Instance Attribute Details

#definition::String

Returns the value of attribute definition.

Returns:

  • (::String)


1504
1505
1506
# File 'sig/types.rbs', line 1504

def definition
  @definition
end

#examples::Array[::String]

Returns the value of attribute examples.

Returns:

  • (::Array[::String])


1505
1506
1507
# File 'sig/types.rbs', line 1505

def examples
  @examples
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1503
1504
1505
# File 'sig/types.rbs', line 1503

def name
  @name
end

#type"DENY"

Returns the value of attribute type.

Returns:

  • ("DENY")


1506
1507
1508
# File 'sig/types.rbs', line 1506

def type
  @type
end