Class: Aws::Types::ApplyGuardrailRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::Array[Types::GuardrailContentBlock]

Returns the value of attribute content.

Returns:



32
33
34
# File 'sig/types.rbs', line 32

def content
  @content
end

#guardrail_identifier::String

Returns the value of attribute guardrail_identifier.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def guardrail_identifier
  @guardrail_identifier
end

#guardrail_version::String

Returns the value of attribute guardrail_version.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def guardrail_version
  @guardrail_version
end

#output_scope"INTERVENTIONS", "FULL"

Returns the value of attribute output_scope.

Returns:

  • ("INTERVENTIONS", "FULL")


33
34
35
# File 'sig/types.rbs', line 33

def output_scope
  @output_scope
end

#source"INPUT", "OUTPUT"

Returns the value of attribute source.

Returns:

  • ("INPUT", "OUTPUT")


31
32
33
# File 'sig/types.rbs', line 31

def source
  @source
end