Class: Aws::Connect::Types::CreateUseCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateUseCaseResponse
- Includes:
- Structure
- Defined in:
- 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.
4380 4381 4382 4383 4384 4385 |
# File 'lib/aws-sdk-connect/types.rb', line 4380 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.
4380 4381 4382 4383 4384 4385 |
# File 'lib/aws-sdk-connect/types.rb', line 4380 class CreateUseCaseResponse < Struct.new( :use_case_id, :use_case_arn) SENSITIVE = [] include Aws::Structure end |