Class: Aws::Types::AppliedGuardrailDetails
- Inherits:
-
Object
- Object
- Aws::Types::AppliedGuardrailDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#guardrail_arn ⇒ ::String
Returns the value of attribute guardrail_arn.
-
#guardrail_id ⇒ ::String
Returns the value of attribute guardrail_id.
-
#guardrail_origin ⇒ ::Array[("REQUEST" | "ACCOUNT_ENFORCED" | "ORGANIZATION_ENFORCED")]
Returns the value of attribute guardrail_origin.
-
#guardrail_ownership ⇒ "SELF", "CROSS_ACCOUNT"
Returns the value of attribute guardrail_ownership.
-
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
Instance Attribute Details
#guardrail_arn ⇒ ::String
Returns the value of attribute guardrail_arn.
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.
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.
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.
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.
21 22 23 |
# File 'sig/types.rbs', line 21 def guardrail_version @guardrail_version end |