Class: Aws::Types::PutEnforcedGuardrailConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutEnforcedGuardrailConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_id ⇒ ::String
Returns the value of attribute config_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#config_id ⇒ ::String
Returns the value of attribute config_id.
3175 3176 3177 |
# File 'sig/types.rbs', line 3175 def config_id @config_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3176 3177 3178 |
# File 'sig/types.rbs', line 3176 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3177 3178 3179 |
# File 'sig/types.rbs', line 3177 def updated_by @updated_by end |