Class: Aws::Types::UpdateGuardrailResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGuardrailResponse
- 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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#guardrail_arn ⇒ ::String
Returns the value of attribute guardrail_arn.
3658 3659 3660 |
# File 'sig/types.rbs', line 3658 def guardrail_arn @guardrail_arn end |
#guardrail_id ⇒ ::String
Returns the value of attribute guardrail_id.
3657 3658 3659 |
# File 'sig/types.rbs', line 3657 def guardrail_id @guardrail_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3660 3661 3662 |
# File 'sig/types.rbs', line 3660 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
3659 3660 3661 |
# File 'sig/types.rbs', line 3659 def version @version end |