Class: Aws::Types::Model
- Inherits:
-
Object
- Object
- Aws::Types::Model
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
-
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
Returns the value of attribute model_type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
992 993 994 |
# File 'sig/types.rbs', line 992 def arn @arn end |
#created_time ⇒ ::String
Returns the value of attribute created_time.
990 991 992 |
# File 'sig/types.rbs', line 990 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
988 989 990 |
# File 'sig/types.rbs', line 988 def description @description end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
989 990 991 |
# File 'sig/types.rbs', line 989 def event_type_name @event_type_name end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
991 992 993 |
# File 'sig/types.rbs', line 991 def last_updated_time @last_updated_time end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
986 987 988 |
# File 'sig/types.rbs', line 986 def model_id @model_id end |
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
Returns the value of attribute model_type.
987 988 989 |
# File 'sig/types.rbs', line 987 def model_type @model_type end |