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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resource_arnString

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

Returns:

  • (String)


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