Class: Aws::Types::GuardrailCrossRegionDetails
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailCrossRegionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#guardrail_profile_arn ⇒ ::String
Returns the value of attribute guardrail_profile_arn.
-
#guardrail_profile_id ⇒ ::String
Returns the value of attribute guardrail_profile_id.
Instance Attribute Details
#guardrail_profile_arn ⇒ ::String
Returns the value of attribute guardrail_profile_arn.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def guardrail_profile_arn @guardrail_profile_arn end |
#guardrail_profile_id ⇒ ::String
Returns the value of attribute guardrail_profile_id.
2263 2264 2265 |
# File 'sig/types.rbs', line 2263 def guardrail_profile_id @guardrail_profile_id end |