Class: Aws::Connect::Types::SuccessfulBatchAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SuccessfulBatchAssociationSummary
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains information about a resource that was successfully associated with a workspace in a batch operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that was successfully associated.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that was successfully associated.
30412 30413 30414 30415 30416 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 30412 class SuccessfulBatchAssociationSummary < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |