Class: Aws::Connect::Types::CreateUseCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateUseCaseResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#use_case_arn ⇒ String
The Amazon Resource Name (ARN) for the use case.
-
#use_case_id ⇒ String
The identifier of the use case.
Instance Attribute Details
#use_case_arn ⇒ String
The Amazon Resource Name (ARN) for the use case.
5033 5034 5035 5036 5037 5038 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5033 class CreateUseCaseResponse < Struct.new( :use_case_id, :use_case_arn) SENSITIVE = [] include Aws::Structure end |
#use_case_id ⇒ String
The identifier of the use case.
5033 5034 5035 5036 5037 5038 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5033 class CreateUseCaseResponse < Struct.new( :use_case_id, :use_case_arn) SENSITIVE = [] include Aws::Structure end |