Class: Aws::Connect::Types::GetFlowAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::GetFlowAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
-
#resource_id ⇒ String
The identifier of the resource.
-
#resource_type ⇒ String
A valid resource type.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
16179 16180 16181 16182 16183 16184 16185 |
# File 'lib/aws-sdk-connect/types.rb', line 16179 class GetFlowAssociationRequest < Struct.new( :instance_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource.
-
Amazon Web Services End User Messaging SMS phone number ARN when using
SMS_PHONE_NUMBER -
Amazon Web Services End User Messaging Social phone number ARN when using
WHATSAPP_MESSAGING_PHONE_NUMBER
16179 16180 16181 16182 16183 16184 16185 |
# File 'lib/aws-sdk-connect/types.rb', line 16179 class GetFlowAssociationRequest < Struct.new( :instance_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
A valid resource type.
16179 16180 16181 16182 16183 16184 16185 |
# File 'lib/aws-sdk-connect/types.rb', line 16179 class GetFlowAssociationRequest < Struct.new( :instance_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |