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.
9373 9374 9375 |
# File 'sig/types.rbs', line 9373 def use_case_arn @use_case_arn end |
#use_case_id ⇒ ::String
Returns the value of attribute use_case_id.
9372 9373 9374 |
# File 'sig/types.rbs', line 9372 def use_case_id @use_case_id end |
#use_case_type ⇒ "RULES_EVALUATION", "CONNECT_CAMPAIGNS"
Returns the value of attribute use_case_type.
9374 9375 9376 |
# File 'sig/types.rbs', line 9374 def use_case_type @use_case_type end |