Class: Aws::Types::CreateGuardrailResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateGuardrailResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#guardrail_arn ⇒ ::String
Returns the value of attribute guardrail_arn.
-
#guardrail_id ⇒ ::String
Returns the value of attribute guardrail_id.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def created_at @created_at end |
#guardrail_arn ⇒ ::String
Returns the value of attribute guardrail_arn.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def guardrail_arn @guardrail_arn end |
#guardrail_id ⇒ ::String
Returns the value of attribute guardrail_id.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def guardrail_id @guardrail_id end |
#version ⇒ ::String
Returns the value of attribute version.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def version @version end |