Class: Aws::Types::CreateUseCaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUseCaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#integration_association_id ⇒ ::String
Returns the value of attribute integration_association_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#use_case_type ⇒ "RULES_EVALUATION", "CONNECT_CAMPAIGNS"
Returns the value of attribute use_case_type.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def instance_id @instance_id end |
#integration_association_id ⇒ ::String
Returns the value of attribute integration_association_id.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def integration_association_id @integration_association_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def @tags end |
#use_case_type ⇒ "RULES_EVALUATION", "CONNECT_CAMPAIGNS"
Returns the value of attribute use_case_type.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def use_case_type @use_case_type end |