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.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def instance_id @instance_id end |
#integration_association_id ⇒ ::String
Returns the value of attribute integration_association_id.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def integration_association_id @integration_association_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def end |
#use_case_type ⇒ "RULES_EVALUATION", "CONNECT_CAMPAIGNS"
Returns the value of attribute use_case_type.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def use_case_type @use_case_type end |