Class: Aws::ConnectCases::Types::CreateRelatedItemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::CreateRelatedItemResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#related_item_arn ⇒ String
The Amazon Resource Name (ARN) of the related item.
-
#related_item_id ⇒ String
The unique identifier of the related item.
Instance Attribute Details
#related_item_arn ⇒ String
The Amazon Resource Name (ARN) of the related item.
645 646 647 648 649 650 |
# File 'lib/aws-sdk-connectcases/types.rb', line 645 class CreateRelatedItemResponse < Struct.new( :related_item_arn, :related_item_id) SENSITIVE = [] include Aws::Structure end |
#related_item_id ⇒ String
The unique identifier of the related item.
645 646 647 648 649 650 |
# File 'lib/aws-sdk-connectcases/types.rb', line 645 class CreateRelatedItemResponse < Struct.new( :related_item_arn, :related_item_id) SENSITIVE = [] include Aws::Structure end |