Class: Aws::Types::CreateUseCaseResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateUseCaseResponse
- 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.
Instance Attribute Details
#use_case_arn ⇒ ::String
Returns the value of attribute use_case_arn.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def use_case_arn @use_case_arn end |
#use_case_id ⇒ ::String
Returns the value of attribute use_case_id.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def use_case_id @use_case_id end |