Class: Aws::Types::UseCase
- Inherits:
-
Object
- Object
- Aws::Types::UseCase
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#use_case_arn ⇒ ::String
Returns the value of attribute use_case_arn.
-
#use_case_id ⇒ ::String
Returns the value of attribute use_case_id.
-
#use_case_type ⇒ "RULES_EVALUATION", "CONNECT_CAMPAIGNS"
Returns the value of attribute use_case_type.
Instance Attribute Details
#use_case_arn ⇒ ::String
Returns the value of attribute use_case_arn.
9003 9004 9005 |
# File 'sig/types.rbs', line 9003 def use_case_arn @use_case_arn end |
#use_case_id ⇒ ::String
Returns the value of attribute use_case_id.
9002 9003 9004 |
# File 'sig/types.rbs', line 9002 def use_case_id @use_case_id end |
#use_case_type ⇒ "RULES_EVALUATION", "CONNECT_CAMPAIGNS"
Returns the value of attribute use_case_type.
9004 9005 9006 |
# File 'sig/types.rbs', line 9004 def use_case_type @use_case_type end |