Class: Aws::Types::AccountEnforcedGuardrailOutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AccountEnforcedGuardrailOutputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_id ⇒ ::String
Returns the value of attribute config_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#guardrail_arn ⇒ ::String
Returns the value of attribute guardrail_arn.
-
#guardrail_id ⇒ ::String
Returns the value of attribute guardrail_id.
-
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
-
#input_tags ⇒ "HONOR", "IGNORE"
Returns the value of attribute input_tags.
-
#model_enforcement ⇒ Types::ModelEnforcement
Returns the value of attribute model_enforcement.
-
#owner ⇒ "ACCOUNT"
Returns the value of attribute owner.
-
#selective_content_guarding ⇒ Types::SelectiveContentGuarding
Returns the value of attribute selective_content_guarding.
-
#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.
25 26 27 |
# File 'sig/types.rbs', line 25 def config_id @config_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
31 32 33 |
# File 'sig/types.rbs', line 31 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
32 33 34 |
# File 'sig/types.rbs', line 32 def created_by @created_by end |
#guardrail_arn ⇒ ::String
Returns the value of attribute guardrail_arn.
26 27 28 |
# File 'sig/types.rbs', line 26 def guardrail_arn @guardrail_arn end |
#guardrail_id ⇒ ::String
Returns the value of attribute guardrail_id.
27 28 29 |
# File 'sig/types.rbs', line 27 def guardrail_id @guardrail_id end |
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
30 31 32 |
# File 'sig/types.rbs', line 30 def guardrail_version @guardrail_version end |
#input_tags ⇒ "HONOR", "IGNORE"
Returns the value of attribute input_tags.
28 29 30 |
# File 'sig/types.rbs', line 28 def @input_tags end |
#model_enforcement ⇒ Types::ModelEnforcement
Returns the value of attribute model_enforcement.
36 37 38 |
# File 'sig/types.rbs', line 36 def model_enforcement @model_enforcement end |
#owner ⇒ "ACCOUNT"
Returns the value of attribute owner.
35 36 37 |
# File 'sig/types.rbs', line 35 def owner @owner end |
#selective_content_guarding ⇒ Types::SelectiveContentGuarding
Returns the value of attribute selective_content_guarding.
29 30 31 |
# File 'sig/types.rbs', line 29 def selective_content_guarding @selective_content_guarding end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
33 34 35 |
# File 'sig/types.rbs', line 33 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
34 35 36 |
# File 'sig/types.rbs', line 34 def updated_by @updated_by end |