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.
4496 4497 4498 4499 4500 4501 |
# File 'lib/aws-sdk-connect/types.rb', line 4496 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.
4496 4497 4498 4499 4500 4501 |
# File 'lib/aws-sdk-connect/types.rb', line 4496 class CreateUseCaseResponse < Struct.new( :use_case_id, :use_case_arn) SENSITIVE = [] include Aws::Structure end |