Class: Aws::Connect::Types::SuccessfulBatchAssociationSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource that was successfully associated.



31032
31033
31034
31035
31036
# File 'lib/aws-sdk-connect/types.rb', line 31032

class SuccessfulBatchAssociationSummary < Struct.new(
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end