Class: Aws::Types::AssociateApplicationStatusCheckResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#successful_results::Array[Types::SuccessfulAssociationResponseObject]

Returns the value of attribute successful_results.



626
627
628
# File 'sig/types.rbs', line 626

def successful_results
  @successful_results
end

#unsuccessful_results::Array[Types::UnsuccessfulAssociationResponseObject]

Returns the value of attribute unsuccessful_results.



627
628
629
# File 'sig/types.rbs', line 627

def unsuccessful_results
  @unsuccessful_results
end