Class: Aws::Types::AppliedGuardrailDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#guardrail_arn::String

Returns the value of attribute guardrail_arn.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def guardrail_arn
  @guardrail_arn
end

#guardrail_id::String

Returns the value of attribute guardrail_id.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def guardrail_id
  @guardrail_id
end

#guardrail_origin::Array[("REQUEST" | "ACCOUNT_ENFORCED" | "ORGANIZATION_ENFORCED")]

Returns the value of attribute guardrail_origin.

Returns:

  • (::Array[("REQUEST" | "ACCOUNT_ENFORCED" | "ORGANIZATION_ENFORCED")])


23
24
25
# File 'sig/types.rbs', line 23

def guardrail_origin
  @guardrail_origin
end

#guardrail_ownership"SELF", "CROSS_ACCOUNT"

Returns the value of attribute guardrail_ownership.

Returns:

  • ("SELF", "CROSS_ACCOUNT")


24
25
26
# File 'sig/types.rbs', line 24

def guardrail_ownership
  @guardrail_ownership
end

#guardrail_version::String

Returns the value of attribute guardrail_version.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def guardrail_version
  @guardrail_version
end