Class: Aws::Types::CreateAssociationBatchResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#failed::Array[Types::FailedCreateAssociation]

Returns the value of attribute failed.

Returns:



665
666
667
# File 'sig/types.rbs', line 665

def failed
  @failed
end

#successful::Array[Types::AssociationDescription]

Returns the value of attribute successful.

Returns:



664
665
666
# File 'sig/types.rbs', line 664

def successful
  @successful
end